1
0
Fork 0
Commit Graph

68 Commits (74214f82e41509fb20ce6b8def9db7a2588ddeff)

Author SHA1 Message Date
Xuefer 74214f82e4 calc avail for test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1392 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer f7035318b7 fix xtest
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1391 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer e715a91978 readonly protection for copied array
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1385 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 179c9cd834 use config.h correctly wherever needed
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1378 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 22523476be closes #326: opcode spec info updates for 5.4+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1371 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 1267e8bb4f fixes #323: refix locking impl for threaded env
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1366 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 2c719b5b6a ws fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1365 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer ca6276ae08 cygwin hack unlink should be cygwin only
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1363 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer d5e4348353 code clean up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1332 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 98eb42c690 fix type string for PHP5.1-
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1326 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer efab40dc18 adds opcode string for PHP5.2 seperately for easier compiling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1325 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 02eb6beda4 add back PHP_4 code for disassembler
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1321 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 22e80e3194 Decompiler, disassembler: fix unset for PHP 5.0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1319 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 366799451a Decompiler, disassembler: update PHP 5.0 support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1316 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 63c0a0aa24 Decompiler, disassembler: update PHP 5.0 support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1314 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 31e5f026de ZEND_STRS ZEND_STRL is inconsist between PHP5.0- and PHP5.0+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1313 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer b6c66205a7 Decompiler, disassembler: fix catch for different PHP version; fetch hack is not necessary for PHP5.4+; update for ?: operator
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1306 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer b2ad347af5 disassembler, Decompiler: fix catch, ticks
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1303 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 31c0487196 disassembler: USER_OPCODE is not 5.0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1301 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer db3cc8b69b disassembler, Decompiler: fix ISSET_ISEMPTY_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1300 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 215cc889dd undef unused
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1298 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 2575870deb disassembler: fix UNSET_VAR for PHP 5.4+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1295 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 313f0d0cc2 wrong change in prevous commit
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1282 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer c7492e6c3a remove php 4 support completely
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1281 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer c8b77e8be6 optimizer: fix devel debug output
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1280 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 401eee2b01 optimizer: fix debug build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1276 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer dd6e9fbe85 disassembler: fixes crash with nested sandbox (since 3.0)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1275 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer c1d9d863a7 disassembler: fix: compile against correct const string for PHP 5.2, use 5.3 version of strings is enough
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1254 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 5ce96cff4f fixes #301: refix locking impl
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1245 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 0f53de0a19 add support for PHP_5_5
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1213 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer d84da590ff PHP_5_4: fix for ZEND_JMP_SET_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1208 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 94a6d092ac mutex code clean up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1206 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer c67d47e7c8 finished improve stability on threaded env
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1204 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer b60f7514c2 zts build fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1200 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer beeb22d135 fix for ZTS
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1199 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer e1403275e3 ws fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1198 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer e8600bb8e2 use correct header for getpid()
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1186 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer d74e43830e improve compatibility with "the ionCube PHP Loader", Zend Optimizer. dont do early binding for cached opcode
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1178 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer f177b8e65f fix pInternalPointer for xc_hash_copy_if
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1171 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 2f460a1052 improve compatibility with "the ionCube PHP Loader" by skipping ZEND_VM_SET_OPCODE_HANDLER in redo two_pass
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1170 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 5dea18cc4c avoid using rand() without seed. use getpid
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1154 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 0d3fc3c020 s/my_/xc_/g
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1151 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 97ff55b53c refactor: s/mem/allocator/
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1136 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 1883e8ded9 refactor: s/mem/allocator/
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1135 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 5876ee7fb9 refactor: code clean up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1129 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 328d09a12f refactor: more strict standard
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1112 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 802a40252d prepare is now a Makefile
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1095 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer a24edd1fa0 const some mem handlers
split non-shared data from shm
make editor goto file correctly


git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1062 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer ef9f0d6d09 refactor: move more cache stuffs to mod_cacher
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1051 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 60acade01e refactor: fall back to more simpler trick
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1047 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago