Git Product home page Git Product logo

php_screw1.5-bab2's Introduction

--------------------
php_screw
(C) 2007, Kunimasa Noda/PM9.com, Inc. <http://www.pm9.com, [email protected]>
see file LICENSE for license details
--------------------
2015-11, Robert Sung-wook Shin. ported php_screw to MS-Windows. <http://enjoytools.net, [email protected]>
--------------------

Package contents
 * PHP extension sources
 * Encrypt/decrypt sources
 * Sources for linux platform ({VC solution dir}/z_linux)
Salt key manage: {VC solution dir}/z_key_manage/my_screw.h


Compiling condition

Tested OS's / PHP's version
MS-Windows: MS-Windows 8.1, 10 / PHP 5.6.15, 7.0.5, 7.1.0 alpha2, 7.2.0 alpha1
Linux: CentOS 6.3, 7 / PHP 5.3.3, 7.0.6

Tested Compiler
MS-Windows: Microsoft VisualStudio 2012 Express / Visual C 2012 (VC11)
(
PHP 7.0.5 - Visual C 2015 (VC14)
PHP 7.2.0 alpha1 - Visual C 2012 (VC11)
)
Linux: gcc 4.4.7, 4.8.5


More preparation

PHP
 * Copy 4 folders at {VC solution dir}/include_php/php_src from php source.
  - ext, main, TSRM, win32, Zend
   -> Not need files/dirs in ext dir except standard, also not need {src_root}/standard/tests dir
  - Copy file: {src_root}/win32/build/config.w32.h.in -> {src_root}/main/config.w32.h
 * Library from php binaries(need only a file -> dev/php7ts.lib)
  - {VC solution dir}/include_php_dev/php7ts.lib
 
 Pre-define which Match MS-Visual C Compiler version with PHP runtime
  : Those are just tags as identifier when PHP verifying extensions.
    You can compile 7.2 with MSVC 2012(VC11).
    matching MSVC version for this extension with PHP runtime compiled MSVC version is not needed.
  - PHP 5.x : VC11
  - PHP 7.1 : VC14
  - PHP 7.2 : VC15

Please see below link when you need to check modification, references, histories.
http://enjoytools.net/xe/index.php?document_srl=2018

[end of this file]

php_screw1.5-bab2's People

Contributors

edp1096 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.