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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
01bd668358
|
fix #36, wrong inheriting static class variables
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@196 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-24 08:02:43 +00:00 |
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
|
2006-09-20 00:25:56 +00:00 |
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
|
2006-09-20 00:24:42 +00:00 |
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
|
2006-09-13 12:22:57 +00:00 |
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
|
2006-09-13 12:20:49 +00:00 |
Xuefer
|
84d049b8a0
|
show available shm scheme in moduleinfo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@163 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-13 12:11:36 +00:00 |
Xuefer
|
904284625a
|
fix segv on MSHUTDOWN
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@154 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-10 03:10:52 +00:00 |
Xuefer
|
6babaf0481
|
PHP6: zts build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@152 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-10 02:14:06 +00:00 |
Xuefer
|
fc10218205
|
revert [111], they've fixed it
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@151 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-10 01:14:17 +00:00 |
Xuefer
|
42efedb793
|
reconstruct shm/allocator
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@148 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-09 00:56:44 +00:00 |
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
|
2006-09-08 13:13:59 +00:00 |
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
|
2006-09-08 01:36:06 +00:00 |
Xuefer
|
6460f64235
|
fix cache clear corrupted bug
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@141 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-07 11:40:09 +00:00 |
Xuefer
|
c625b7026a
|
fix refcount on cache #1 #2 ...
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@140 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-06 12:14:01 +00:00 |
Xuefer
|
d7071622e1
|
fix debug build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@139 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-06 12:11:53 +00:00 |
Xuefer
|
cd58fad1c0
|
fix build for last commit [137]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@138 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-06 11:14:26 +00:00 |
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
|
2006-09-06 06:41:04 +00:00 |
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
|
2006-09-06 01:40:49 +00:00 |
Xuefer
|
27795d9acc
|
fix zts on calling destroy_op_array
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@132 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-03 11:42:08 +00:00 |
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
|
2006-09-03 07:37:05 +00:00 |
Xuefer
|
5dba59439b
|
improve locking for compile
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@130 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-03 07:36:09 +00:00 |
Xuefer
|
6f26ea8aca
|
minor ttl fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@129 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-09-03 06:16:02 +00:00 |
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
|
2006-09-03 02:33:40 +00:00 |
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
|
2006-09-02 02:08:41 +00:00 |
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
|
2006-08-31 23:45:54 +00:00 |
Xuefer
|
fa7e0ab9f8
|
show gc countdown in admin page
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@118 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-31 00:23:20 +00:00 |
Xuefer
|
6c621e7c9d
|
hide the debuging msg
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@116 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-30 12:26:53 +00:00 |
Xuefer
|
114e36343b
|
gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl xcache.var_maxttl xcache.var_gc_interval
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@114 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-30 00:31:03 +00:00 |
Xuefer
|
d8f3df8ff6
|
zts build fix
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@113 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-30 00:26:13 +00:00 |
Xuefer
|
d70377b00a
|
trigger hash_init+zend_destroy_property_info to compatible with suhosin
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@111 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-28 00:31:00 +00:00 |
Xuefer
|
9e78cefd66
|
show XCache version
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@107 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-27 10:48:14 +00:00 |
Xuefer
|
afa7c84142
|
trigger jit on $_SERVER when needed
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@105 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-27 09:49:45 +00:00 |
Xuefer
|
4ec818c068
|
PHP_6: builds again with php6. update UChar/void ptr to zstr.
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@103 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-08-27 05:09:02 +00:00 |
Xuefer
|
7e1a9f1740
|
remove tailing \0 in filename of administration html output. reported by darix.
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@96 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-07-31 12:11:30 +00:00 |
Xuefer
|
99e6113755
|
fixed #20, default: --enable-xcache-constant=yes
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@95 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-07-16 11:07:57 +00:00 |
Xuefer
|
62eb321efe
|
PHP_5_2: auto module_global is maintained by php engine
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@92 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-07-16 06:33:59 +00:00 |
Xuefer
|
75013592ee
|
kill compiler warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@91 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
|
2006-07-16 06:30:58 +00:00 |