1
0
Fork 0
Commit Graph

27 Commits (ace3be11f8521c1f16186e0299db6bb9cc87fd5d)

Author SHA1 Message Date
Xuefer 68de62de57 decompiler: more sample templating trick
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1344 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer a0217c2654 Decompiler: support for const in static array index; TODO: PHP 5.0- support for static array
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1343 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer b3c077134b Decompiler: multiple catch support for PHP 5.1-
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1340 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer ef01ec91e8 devel: fix yield sample for decompile test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1336 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer df7065accb Decompiler: update PHP4 support for static method call
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1335 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer e8600f7d4a devel: use cpp to generate samples for different php version
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1334 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 9c0219add7 separate PHP 4/5 decompile sample
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1331 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer 01ecac3cfe undone code removal mistake
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1327 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer afb899020c Decompiler: fix new without assign
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1322 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 c9913ec0ac Decompiler: fix PHP5.0 foreach, pre/post inc/dec
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1317 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 fea60080b7 Decompiler: adds simple backtrace print, fix warning for catch
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1305 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer beb0ee22d1 Disassembler: can now recover compile time constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1302 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer bb447cc80f Decompiler: remove PHP 4 support. adds XC_QM_ASSIGN_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1296 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 15e7931fb2 Decompiler: adds unset, XC_QM_ASSIGN_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1291 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
10 years ago
Xuefer d0bcd02437 Decompiler: improves support for PHP_5_4
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1288 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 07c4675cb0 refactor: move htdocs, bin, lib for easier installation
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1052 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 12e8dc053e refactor: fix c89 compatibility
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1044 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer f653cdb6ea update name for php info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1043 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 43c2392a8e refactor: improve build, kill warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1027 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 4064549371 refactor: split extension init to sub module. TODO: compatibility regression
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1026 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer ffea1f2b0b refactor: move sample to mod_disassembler
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1010 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago
Xuefer 5c0dfec523 refactor: fix build for optimizer, use mod_* directories
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1003 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
11 years ago