1
0
Fork 0
Commit Graph

46 Commits (b5f6974ff9230d5326cd10b0f666becc77c11ce4)

Author SHA1 Message Date
Xuefer 59fc9ffed0 typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1433 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-10-22 16:22:39 +00:00
Xuefer 1267e8bb4f fixes #323: refix locking impl for threaded env
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1366 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-09-09 16:16:05 +00:00
Xuefer 6409eb5aef cacher: fixes #228, enable var caching for cli
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1341 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-22 07:22:58 +00:00
Xuefer 02eb6beda4 add back PHP_4 code for disassembler
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1321 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-15 17:37:57 +00:00
Xuefer 31e5f026de ZEND_STRS ZEND_STRL is inconsist between PHP5.0- and PHP5.0+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1313 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-15 02:30:59 +00:00
Xuefer ef420d39bd fix PHP 5.0 build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1297 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-12 04:30:00 +00:00
Xuefer c7492e6c3a remove php 4 support completely
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1281 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-08 08:00:36 +00:00
Xuefer 96e1893175 un-experimental for __FILE__ __DIR__ handling after files moved/hardlinked
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1277 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-06-26 15:03:13 +00:00
Xuefer 876859cc24 undo [1242]
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1244 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-05-16 07:02:56 +00:00
Xuefer 34338ebd10 fix build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1243 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-05-16 06:58:59 +00:00
Xuefer bcebc33200 undefined xc_shm_t
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1242 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-05-16 06:52:36 +00:00
Xuefer d6a26094d9 fixes #296: Multiple instances of the same software causes PHP "cannot redeclare class" errors when xcache enabled
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1238 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-05-10 17:52:02 +00:00
Xuefer 7fe46fb894 compatiblity with fcntl
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1234 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-03-25 08:11:46 +00:00
Xuefer 57549f6cf7 kill warning "function with _alloca() inlined into a loop"
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1217 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-20 12:40:04 +00:00
Xuefer c67d47e7c8 finished improve stability on threaded env
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1204 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-17 17:11:58 +00:00
Xuefer 36ef103274 fix some 64bit warnings
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1201 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-17 13:22:49 +00:00
Xuefer beeb22d135 fix for ZTS
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1199 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-17 10:18:22 +00:00
Xuefer f6aa3a6474 fixs crash when cache is too small on start up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1194 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-12 07:41:46 +00:00
Xuefer 117d72449c fix typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1190 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-07 09:34:59 +00:00
Xuefer 00883bf301 fix build, part of previous change
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1188 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-07 09:31:27 +00:00
Xuefer 278cdbcb50 fix magic number: use 0 1 with zend_bool only. use FAILURE for int return type to avoid confusing. fix usage of 0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1187 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-07 09:25:21 +00:00
Xuefer e8600bb8e2 use correct header for getpid()
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1186 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-12-06 11:47:52 +00:00
Xuefer d74e43830e improve compatibility with "the ionCube PHP Loader", Zend Optimizer. dont do early binding for cached opcode
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1178 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-11-13 15:16:02 +00:00
Xuefer 0d3fc3c020 s/my_/xc_/g
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1151 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-10-10 12:15:34 +00:00
Xuefer eae29bc54d build with old php
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1150 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-10-10 12:14:27 +00:00
Xuefer d2e943a191 closes #287: namespace support
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1146 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-23 08:27:54 +00:00
Xuefer 413f7288b3 closes #198: support for caching protocol url
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1140 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-09 14:36:06 +00:00
Xuefer 1883e8ded9 refactor: s/mem/allocator/
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1135 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-09 09:04:02 +00:00
Xuefer 6b2ab887aa cacher: hide more detail
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1132 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-09 03:43:48 +00:00
Xuefer 5876ee7fb9 refactor: code clean up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1129 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-09 03:14:56 +00:00
Xuefer c640c46b31 show request time in module info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1127 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-05 03:53:37 +00:00
Xuefer 41153f0826 move api warning to diagnosis
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1125 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-05 03:32:16 +00:00
Xuefer edc0fb1ae9 typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1118 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-03 03:52:01 +00:00
Xuefer 731e43f93c refactor: kill unused label
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1113 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-08-01 17:59:34 +00:00
Xuefer 2cf33cdf94 typo; remove debug code
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1083 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-30 02:05:20 +00:00
Xuefer 5814a704c4 adds zend_ini_boolean_displayer_cb
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1067 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 17:09:38 +00:00
Xuefer ab8c354281 refactor: sign clean up
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1065 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 16:45:05 +00:00
Xuefer 89a3256552 adds xcache_enable_cache api. re-implements disable on crash
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1064 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 16:37:37 +00:00
Xuefer 004ece5c2b htdocs/cacher: clogs->skips, compiling ad part of status
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1063 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 16:03:21 +00:00
Xuefer a24edd1fa0 const some mem handlers
split non-shared data from shm
make editor goto file correctly


git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1062 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 15:10:17 +00:00
Xuefer 3569bdd79a cacher: reduce branch checking for counter
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1057 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-27 07:52:12 +00:00
Xuefer ef9f0d6d09 refactor: move more cache stuffs to mod_cacher
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1051 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-26 03:47:52 +00:00
Xuefer 60acade01e refactor: fall back to more simpler trick
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1047 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-25 10:56:27 +00:00
Xuefer 86e370ebd2 refactor: bring back compatibility with Zend Optimizer
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1045 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-25 09:32:11 +00:00
Xuefer f653cdb6ea update name for php info
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1043 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-25 04:37:21 +00:00
Xuefer 79aa9f1ad6 split cacher as sub module
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1040 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-25 03:14:09 +00:00