1
0
Fork 0
Commit Graph

83 Commits (c2aa7eb965b519a0b3d5f8ad4a779b8776e7324b)

Author SHA1 Message Date
Xuefer 9b1666062e fix false assertion on php.autoglobal_cnt
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@299 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer e55c1728d5 kill warnings for debug
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@297 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
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
17 years ago
Xuefer c78b30ab6d remove warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@295 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Xuefer 4528a97a8c better debugging info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@236 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
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
17 years ago
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
17 years ago
Xuefer 99861b1d3c processor: dprint upgrade, added --enable-xcache-dprint
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@230 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
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
17 years ago
Xuefer a13dc3ae2a avoid 64bit compiler warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@224 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 7e476dc403 avoid crash when error compiling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@216 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 4537ab156d fix undefined symnbol max
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@213 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer c9591dbe5b fixed #41, early class binding
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@212 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
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
17 years ago
Xuefer 01bd668358 fix #36, wrong inheriting static class variables
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@196 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer b79234b806 trick to load and work with zend optimizer
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@190 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer ec94318ff0 call op_array_ctor handler on restore to be more compatible with other zend_extension
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@189 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 8c8465fa26 implement xcache.stat. and reimpl [160] for trunk to fix win32 hash problem
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@165 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 77a153c745 revert most of [82] back and use dummy ptr
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@164 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 84d049b8a0 show available shm scheme in moduleinfo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@163 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 904284625a fix segv on MSHUTDOWN
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@154 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 6babaf0481 PHP6: zts build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@152 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer fc10218205 revert [111], they've fixed it
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@151 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 42efedb793 reconstruct shm/allocator
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@148 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 2964ae1d75 avoid reading of uninitialized data. thanks to valgrind
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@146 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 9c3e3d9e8b fixed string parameter parsing arg type for disassembler functions. thanks to Nuno Lopes' check_parameters.php
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@143 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 6460f64235 fix cache clear corrupted bug
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@141 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer c625b7026a fix refcount on cache #1 #2 ...
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@140 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer d7071622e1 fix debug build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@139 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer cd58fad1c0 fix build for last commit [137]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@138 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 6c0f8b805d changed the coding way of unlinking list. fixed ttl expires dead loop
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@137 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 52eabe1d2b update last_gc_deletes so it gc by interval
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@136 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 27795d9acc fix zts on calling destroy_op_array
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@132 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 76174b4273 move open_files out of sandbox, it's not needed
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@131 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 5dba59439b improve locking for compile
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@130 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 6f26ea8aca minor ttl fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@129 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer f9d9181c4f fix xcache_isset reported by http://forum.lighttpd.net/topic/1397
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@126 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer a0317654ea renamed function name to make it more readable
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@120 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 32069e953f fix leak in xcache.test=1; XCACHE_VERSION/XCACHE_MODULES length off-by-one
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@119 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer fa7e0ab9f8 show gc countdown in admin page
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@118 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago
Xuefer 6c621e7c9d hide the debuging msg
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@116 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
17 years ago