1
0
Fork 0
Commit Graph

225 Commits (5c4b4a9ffb5ba14e0c2150648feb020eb2ac0ebb)

Author SHA1 Message Date
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
Xuefer eab2061906 cacher: correct the fix [199] [196] for #36. was breaking testcase Zend/tests/bug28442.phpt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@220 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 04:13:59 +00:00
Xuefer 13195156e4 cacher PHP_5: fix prototype for readonly_protection=off, fix testcase Zend/tests/bug37632.phpt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@219 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 03:57:25 +00:00
Xuefer 3365e394be processor: zend_constant.name uses malloc
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@218 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 02:14:45 +00:00
Xuefer f4b67d768d processor: reset refcount to 0 to kill leak warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@217 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 01:55:45 +00:00
Xuefer 7e476dc403 avoid crash when error compiling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@216 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 01:54:00 +00:00
Xuefer 72a34e48f6 script that help to run php test cases
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@215 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-07 01:28:31 +00:00
Xuefer 643ed26444 cacher: fixed #41, don't early bind class that implement interface
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@214 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-05 00:37:39 +00:00
Xuefer 4537ab156d fix undefined symnbol max
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@213 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-04 00:50:01 +00:00
Xuefer c9591dbe5b fixed #41, early class binding
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@212 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-04 00:38:45 +00:00
Xuefer b47072a8eb revert wrong commit in [209]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@210 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-02 01:11:40 +00:00
Xuefer ade8255b0a fixed #42, conflict between xcache sandbox and user error handler
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@209 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-02 01:09:56 +00:00
Xuefer 6bace26ff4 coverager: simplify cov data and fix clean
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@208 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 10:55:48 +00:00
Xuefer e618a633ef coverager: make xcache_coverager_start works
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@207 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 10:09:50 +00:00
Xuefer a6286616d5 coverager: fix build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@206 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 09:34:59 +00:00
Xuefer 4438aa2481 avoid undef'ing DEBUG so one can put DEBUG into CFLAGS
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@205 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 08:59:23 +00:00
Xuefer 5230b6047f coverager: new api xcache_coverager_start/xcache_coverager_stop/xcache_coverager_get(), coverager ini changed
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@204 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 08:57:51 +00:00
Xuefer f46eb95b47 cacher: fix sandbox destructor problem that cause memory leak, introduced by [166]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@203 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 08:50:14 +00:00
Xuefer 07ae7b3e37 cacher: disable mtime-age when xcache.test is on
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@202 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-10-01 08:24:59 +00:00
Xuefer 3ac3773fc8 coverager: avoid crash when upstream failed to compile file
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@201 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-09-29 11:04:28 +00:00
Xuefer d519ff2c5a BUCKET_KEY readability and PHP_6 build fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@200 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-09-29 00:09:51 +00:00
Xuefer 015d71b366 processor: remove commented code, fix corruption detected by --eanble-xcache-test for [196]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@199 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-09-24 08:33:31 +00:00
Xuefer b17bb8f8a6 processor: don't introduce spaces in IF*
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@198 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-09-24 08:30:42 +00:00
Xuefer d30fc0a479 processor: assertion delta is signed
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@197 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2006-09-24 08:29:28 +00:00