forked from edp1096/php_screw1.5-bab2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.en
42 lines (31 loc) · 1.33 KB
/
README.en
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
--------------------
php_screw
(C) 2007, Kunimasa Noda/PM9.com, Inc. <http://www.pm9.com, kuni@pm9.com>
see file LICENSE for license details
--------------------
2015-11, Robert Sung-wook Shin. ported php_screw to MS-Windows. <http://enjoytools.net, edp1096@naver.com>
--------------------
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 / PHP 5.6.15, 7.0.5, 7.1.0 alpha2
Linux: CentOS 6.3, 7 / PHP 5.3.3, 7.0.6
Compiler
MS-Windows: Microsoft VisualStudio 2012 Express / Visual C 2012 (VC11)
(PHP 7.0.5 - Visual C 2015 (VC14))
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
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]