1
0
Fork 0
Commit Graph

1202 Commits

Author SHA1 Message Date
Xuefer cbbd582fef fix tests for older php
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1573 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-12 18:49:04 +00:00
Xuefer 15ad8700a8 support for reference value
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1572 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-12 07:03:46 +00:00
Xuefer ef3a8f0221 object::properties_table is PHP_5_4+ only
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1571 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-12 04:08:46 +00:00
Xuefer 63d878bdb5 kill warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1570 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 20:13:29 +00:00
Xuefer b52de66584 adds test for var object caching
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1569 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 18:39:56 +00:00
Xuefer e23a8984d2 handle nested object caching
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1568 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 18:27:44 +00:00
Xuefer 07183575ef use vector for objects/object_handles
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1567 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 17:10:13 +00:00
Xuefer 30d56bf2d7 code clean up for vector
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1566 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 16:09:55 +00:00
Xuefer 4bd347e02b kill some warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1565 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 14:21:40 +00:00
Xuefer 5eb6e2f585 cacher: fix recursive object caching, fix multiple object caching (typo of SRC)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1564 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 13:48:34 +00:00
Xuefer 4ed407f1e4 PHP_4: fix segv on module shutdown
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1563 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-11 05:41:45 +00:00
Xuefer 49e586053c PHP4: fix object handling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1562 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 13:24:52 +00:00
Xuefer 51accff949 fix build for older PHP
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1561 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 11:07:01 +00:00
Xuefer 6c397c70ec support for autoload in xcache_get
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1560 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 09:07:27 +00:00
Xuefer caa8966009 remove test code
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1559 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 06:08:53 +00:00
Xuefer de6840d14b closes #342: object caching
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1558 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 06:08:07 +00:00
Xuefer ff9ba0d15b update svn ignore
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1557 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-10 06:04:44 +00:00
Xuefer 96285eb7d0 separate plain c code to .h files, update dependencies
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1556 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-09 06:51:00 +00:00
Xuefer 977ff39373 separate plain c code to .h files
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1555 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-09 06:49:44 +00:00
Xuefer eefebd8773 split head.m4 into multilpe helper file
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1554 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-08 19:18:37 +00:00
Xuefer a8677af6b7 clean var scope
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1553 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-08 19:07:05 +00:00
Xuefer 0b3e849cdb update deps
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1552 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-08 07:40:35 +00:00
Xuefer f664f5a518 merge stack/vector to 1 impl, avoid possible memory leak using malloc
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1551 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-08 07:38:45 +00:00
Xuefer c130a0d589 clean, return pipe status
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1550 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-11-07 19:17:52 +00:00
Xuefer d1616637c7 typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1548 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-18 11:55:56 +00:00
Xuefer 57b3038d5f typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1546 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-18 11:48:00 +00:00
Xuefer f6d26f8e82 log update
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1539 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-18 07:56:52 +00:00
Xuefer 970fd0aa01 kill warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1538 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 05:49:52 +00:00
Xuefer c253a53544 fix debug build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1537 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 05:34:46 +00:00
Xuefer 96d6ca5b7c update ChangeLog about fixed #348
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1536 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 05:13:30 +00:00
Xuefer fdc10b853a backporting [1533]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1534 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 05:08:04 +00:00
Xuefer d9514bcc6b closes #337: adds warning about Zend OPcache optimization level incompatiblity
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1533 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 05:05:43 +00:00
Xuefer 708688b3d7 define XCACHE_DEBUG in phpized
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1532 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 04:50:11 +00:00
Xuefer 499e70e785 disable trace
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1531 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 04:46:46 +00:00
Xuefer 46d274fba2 adds class const support for {{{__FILE__ __DIR__}}}
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1530 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-12 04:27:41 +00:00
Xuefer 70ad55bed7 update sample
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1529 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 17:20:03 +00:00
Xuefer d2ed93ed41 fix sample
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1527 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 17:09:30 +00:00
Xuefer aa0709e71a fix php4 build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1525 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 16:51:57 +00:00
Xuefer 293e6ab44a refix fix leak in decompiler/disassembler, was broken for older PHP
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1523 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 16:31:11 +00:00
Xuefer 21a895a4c6 fix typo in last commit: disable {{{__DIR__}}} recognization for <=PHP_5_2
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1522 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 08:30:37 +00:00
Xuefer be1ba47738 disable {{{__DIR__}}} recognization for <=PHP_5_2
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1521 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-11 08:11:24 +00:00
Xuefer 97bec7a55d update release notes about 5.6
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1514 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-08 09:31:07 +00:00
Xuefer d3217e3480 update copy right
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1506 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-04 04:28:47 +00:00
Xuefer 828664a47e update 3.1.1 release date
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1498 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-09-02 12:42:16 +00:00
Xuefer ffdf7568e5 adds ini and skips for testing this module alone
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1497 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-06-11 07:28:31 +00:00
Xuefer 7b282cc097 disassembler: fix leak for constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1496 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-05-30 14:58:42 +00:00
Xuefer f5e6898b1b invalid read of 2 bytes in hashtable
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1495 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-05-30 14:51:13 +00:00
Xuefer b51efc2859 fix segv for empty hash table on <=PHP_5_3
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1494 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-05-30 14:18:59 +00:00
Xuefer caf19fe783 decompiler: fix leak
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1493 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-05-30 13:09:38 +00:00
Xuefer 9a7a9f8fd2 disassembler: fix support for assoc/next
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1492 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2014-05-28 16:24:54 +00:00