1
0
Fork 0
Commit Graph

248 Commits

Author SHA1 Message Date
Xuefer ddc1ca92f3 debug code to check compiler result size
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@300 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-03 07:58:23 +00:00
Xuefer 9b1666062e fix false assertion on php.autoglobal_cnt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@299 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-03 07:56:55 +00:00
Xuefer e55c1728d5 kill warnings for debug
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@297 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-03 02:58:06 +00:00
Xuefer a9153834b9 fixed compatibility with zo under apache 1.x
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@296 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-03 02:57:37 +00:00
Xuefer c78b30ab6d remove warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@295 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-03 01:48:53 +00:00
Xuefer 4c1af68f24 trunk: kill warning on solaris compiler
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@294 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-02 02:40:00 +00:00
Xuefer 2b8cac41e5 NEWS update
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@293 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-02 02:30:25 +00:00
Xuefer 0356300ba7 m4 compatibility for solaris
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@292 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-02 02:28:29 +00:00
Xuefer 6f32441f4f typo of last fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@291 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-02 02:21:04 +00:00
Xuefer 785338a83d trunk: fix bad macro name, solaris m4 is picky on it
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@290 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-12-02 02:16:38 +00:00
Xuefer fee2bf3c7c disassembler: wrong parameter calling destroy_op_array which makes building on php4 zts fails
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@289 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-28 17:05:55 +00:00
Xuefer f784571aa7 removed unused var
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@288 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-28 17:04:53 +00:00
Xuefer 6f92821111 news for 1.2.0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@286 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-22 11:44:26 +00:00
Xuefer ba86707ed7 bump version to 1.2.0-rc1
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@285 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-22 11:44:14 +00:00
Xuefer 1d3a6722fc processor: ws
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@284 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-22 11:43:31 +00:00
Xuefer 60e8edb29f removed zend_append_version_info. not needed after [282]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@283 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-21 14:12:05 +00:00
Xuefer 1fb72afd44 fix possible alloca() scope problem in lock
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@282 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-20 15:15:17 +00:00
Xuefer b31a6c1faa trunk: keep config.nice on `make xcachesvnclean`
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@281 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-20 12:53:32 +00:00
Xuefer e3193d1562 make [278] works when there's no sohosin/zo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@280 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-20 12:51:45 +00:00
Xuefer b074ef2c25 trunk: fixed #48, was leaking info when cacher is not enabled by size
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@279 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-19 01:47:38 +00:00
Xuefer 59d3ec0a3d trunk: fix coredump on shutdown when loaded as "extension" and after "suhosin". thanks to Alex, Cristian and Esser
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@278 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-17 17:21:46 +00:00
Xuefer c0a56a47f2 trunk: catch up doc_comment with PHP6
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@272 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-11-05 03:00:32 +00:00
Xuefer 1cd932e4f3 fix auto detection of php-cli/php-cgi for test
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@271 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-30 02:56:01 +00:00
Xuefer 5c4b4a9ffb make [269] pass test cases
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@270 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-29 10:00:55 +00:00
Xuefer d8505b39e5 do not destruct shallow copied tmp_auto_globals. also improve copying of other hash tables
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@269 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-29 08:02:58 +00:00
Xuefer e80ab3c399 full compatible with auto_globals_jit, no need to disable it from now on
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@268 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-29 02:05:01 +00:00
Xuefer de084ab362 PHP_6: processor: fix script_encoding eleak
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@267 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-29 02:03:44 +00:00
Xuefer 83512c514b remove false assertion.
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@264 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-24 04:38:38 +00:00
Xuefer 8215d97228 PHP6: fix #49, builds again with php 6 devel
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@263 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-21 06:06:38 +00:00
Xuefer 83aa3950ec coverager: fix -1 problem when XCache is not loaded
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@257 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-18 11:18:43 +00:00
Xuefer 91788e7b9a fix xcache.var_ttl displaying in info, fix xcache_get for ttl-unlimited
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@254 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-17 14:17:45 +00:00
Xuefer 95ab8bcf90 admin: fix switcher class on active
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@250 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-16 10:42:16 +00:00
Xuefer 5031f9f4c4 return 0 s instead of empty for deltatime
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@249 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-16 10:40:36 +00:00
Xuefer 7f21eca6e7 fix var reference handling, fix #47, Assertion failed on shm
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@248 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-16 09:07:30 +00:00
Xuefer 4528a97a8c better debugging info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@236 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-11 00:27:27 +00:00
Xuefer 784cff26d0 cacher: trick in_compilation state, don't trigger !__autoload at compile time
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@235 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-11 00:26:23 +00:00
Xuefer 4972944303 oops, wrong commit
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@234 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-10 01:33:19 +00:00
Xuefer 22ddb4c0ac processor: apply reference handling on opcode caching. reverted [196] [199] [220] and refix for #36
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@233 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-10 00:46:00 +00:00
Xuefer 2ec9c783a1 processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@232 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-10 00:40:29 +00:00
Xuefer a75411f56e fix zval reference handling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@231 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-10 00:35:56 +00:00
Xuefer 99861b1d3c processor: dprint upgrade, added --enable-xcache-dprint
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@230 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-10 00:31:50 +00:00
Xuefer dff43a20c4 added ext/reflection/tests to testcase list
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@229 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-08 09:04:04 +00:00
Xuefer dbca5f07b0 fixed #45, more robust xc_coverager_get_op_array_size_no_tail
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@228 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-08 06:46:14 +00:00
Xuefer e12208aca6 cacher: remove redundant open_basedir check, it's done before compiling, pass php-src/ext/standard/tests/file/bug24313.phpt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@227 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 12:36:13 +00:00
Xuefer d1ecd8fba1 cacher: php4 fix for #36
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@226 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 10:57:44 +00:00
Xuefer 271c25741c testcase: use default settings unless required
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@225 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 10:52:05 +00:00
Xuefer a13dc3ae2a avoid 64bit compiler warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@224 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 04:55:05 +00:00
Xuefer c7d560f8bc fix path of xcache-test.ini so xcachetest be run outside of xcache srcdir
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@223 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 04:36:03 +00:00
Xuefer 861ad16619 add php-src/ext/standard to tests
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@222 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 04:32:18 +00:00
Xuefer a24b9c693d cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@221 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 04:21:44 +00:00