Timeline
2013-07-13:
- 04:33 Changeset in svn [1307] by
-
- trunk/lib/Decompiler.class.php
adds TODO for brk
- 04:33 Changeset in git [742ae69]3.13.2trunk by
-
- lib/Decompiler.class.php
adds TODO for brk
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1307 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:24 Changeset in svn [1306] by
-
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
- trunk/xcache/xc_opcode_spec.c
- …
Decompiler, disassembler: fix catch for different PHP version; fetch hack is not necessary for PHP5.4+; update for ?: operator
- 04:24 Changeset in git [b6c6620]3.13.2trunk by
-
- lib/Decompiler.class.php
- mod_disassembler/sample.php
- xcache/xc_opcode_spec.c
- …
Decompiler, disassembler: fix catch for different PHP version; fetch hack is not necessary for PHP5.4+; update for ?: operator
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1306 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-12:
- 18:08 Changeset in svn [1305] by
-
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
Decompiler: adds simple backtrace print, fix warning for catch
- 18:08 Changeset in git [fea6008]3.13.2trunk by
-
- lib/Decompiler.class.php
- mod_disassembler/sample.php
Decompiler: adds simple backtrace print, fix warning for catch
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1305 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 17:02 Changeset in svn [1304] by
-
- trunk/lib/Decompiler.class.php
Decompiler: recognize FILE
- 17:02 Changeset in git [2ac16ec]3.13.2trunk by
-
- lib/Decompiler.class.php
Decompiler: recognize FILE
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1304 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 16:59 Changeset in svn [1303] by
-
- trunk/lib/Decompiler.class.php
- trunk/xcache/xc_opcode_spec_def.h
disassembler, Decompiler: fix catch, ticks
- 16:59 Changeset in git [b2ad347]3.13.2trunk by
-
- lib/Decompiler.class.php
- xcache/xc_opcode_spec_def.h
disassembler, Decompiler: fix catch, ticks
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1303 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 09:23 Changeset in svn [1302] by
-
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
Disassembler: can now recover compile time constant
- 09:23 Changeset in git [beb0ee2]3.13.2trunk by
-
- lib/Decompiler.class.php
- mod_disassembler/sample.php
Disassembler: can now recover compile time constant
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1302 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 08:47 Changeset in svn [1301] by
-
- trunk/xcache/xc_opcode_spec_def.h
disassembler: USER_OPCODE is not 5.0
- 08:47 Changeset in git [31c0487]3.13.2trunk by
-
- xcache/xc_opcode_spec_def.h
disassembler: USER_OPCODE is not 5.0
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1301 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:58 Changeset in svn [1300] by
-
- trunk/lib/Decompiler.class.php
- trunk/xcache/xc_opcode_spec_def.h
disassembler, Decompiler: fix ISSET_ISEMPTY_VAR
- 07:58 Changeset in git [db3cc8b]3.13.2trunk by
-
- lib/Decompiler.class.php
- xcache/xc_opcode_spec_def.h
disassembler, Decompiler: fix ISSET_ISEMPTY_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1300 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:41 Changeset in svn [1299] by
-
- trunk/lib/Decompiler.class.php
Decompiler: fix warning
- 07:41 Changeset in git [57ba915]3.13.2trunk by
-
- lib/Decompiler.class.php
Decompiler: fix warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1299 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:40 Changeset in svn [1298] by
-
- trunk/xcache/xc_utils.c
undef unused
- 07:40 Changeset in git [215cc88]3.13.2trunk by
-
- xcache/xc_utils.c
undef unused
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1298 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:29 Ticket #314 (Fatal error class redeclaration after return statement) closed by
- wontfix: This bug has been reported multiple times. The code reproduced is …
- 04:30 Changeset in svn [1297] by
-
- trunk/mod_cacher/xc_cacher.c
- trunk/processor/processor.m4
fix PHP 5.0 build
- 04:30 Changeset in git [ef420d3]3.13.2trunk by
-
- mod_cacher/xc_cacher.c
- processor/processor.m4
fix PHP 5.0 build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1297 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 03:32 Changeset in svn [1296] by
-
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
Decompiler: remove PHP 4 support. adds XC_QM_ASSIGN_VAR
- 03:32 Changeset in git [bb447cc]3.13.2trunk by
-
- lib/Decompiler.class.php
- mod_disassembler/sample.php
Decompiler: remove PHP 4 support. adds XC_QM_ASSIGN_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1296 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 03:13 Changeset in svn [1295] by
-
- trunk/mod_disassembler/sample.php
- trunk/xcache/xc_opcode_spec_def.h
disassembler: fix UNSET_VAR for PHP 5.4+
- 03:13 Changeset in git [2575870]3.13.2trunk by
-
- mod_disassembler/sample.php
- xcache/xc_opcode_spec_def.h
disassembler: fix UNSET_VAR for PHP 5.4+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1295 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:39 Ticket #314 (Fatal error class redeclaration after return statement) created by
- Hello, I have experienced a problem where xcache loads a class …
- 02:21 Changeset in svn [1294] by
-
- trunk/devel/run
MAKEOPTS for all $MAKE
- 02:21 Changeset in git [699f10f]3.13.2trunk by
-
- devel/run
MAKEOPTS for all $MAKE
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1294 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:21 Changeset in svn [1293] by
-
- autobuild/scripts/bootstrap
typo
- 02:20 Changeset in svn [1292] by
-
- autobuild/scripts/bootstrap
typo
2013-07-11:
- 07:25 Changeset in svn [1291] by
-
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
Decompiler: adds unset, XC_QM_ASSIGN_VAR
- 07:25 Changeset in git [15e7931]3.13.2trunk by
-
- lib/Decompiler.class.php
- mod_disassembler/sample.php
Decompiler: adds unset, XC_QM_ASSIGN_VAR
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1291 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 06:08 Changeset in svn [1290] by
-
- autobuild/.config
- autobuild/xcache/.config
update for 5.5.0
- 06:08 Changeset in svn [1289] by
-
- autobuild/scripts/bootstrap
support MAKE_OPTS
2013-07-10:
- 09:32 Changeset in svn [1288] by
-
- trunk/ChangeLog
- trunk/lib/Decompiler.class.php
- trunk/mod_disassembler/sample.php
Decompiler: improves support for PHP_5_4
- 09:32 Changeset in git [d0bcd02]3.13.2trunk by
-
- ChangeLog
- lib/Decompiler.class.php
- mod_disassembler/sample.php
Decompiler: improves support for PHP_5_4
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1288 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 08:32 Changeset in svn [1287] by
-
- trunk/processor/processor.m4
- trunk/processor/struct.m4
disassembler: fix nullable array handling
- 08:32 Changeset in git [907b84c]3.13.2trunk by
-
- processor/processor.m4
- processor/struct.m4
disassembler: fix nullable array handling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1287 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:38 Changeset in svn [1286] by
-
- trunk/mod_optimizer/xc_optimizer.c
kill sign warning
- 07:38 Changeset in git [2b73d8c]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
kill sign warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1286 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 07:13 Changeset in svn [1285] by
-
- trunk/bin/phpdc.phpr
- trunk/lib/Decompiler.class.php
phpdc: exit on decompile error
- 07:13 Changeset in git [aee274a]3.13.2trunk by
-
- bin/phpdc.phpr
- lib/Decompiler.class.php
phpdc: exit on decompile error
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1285 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 06:59 Changeset in svn [1284] by
-
- trunk/mod_optimizer/xc_optimizer.c
- trunk/xcache.c
PHP_5_5: optimizer: support for finally
- 06:59 Changeset in git [efccb81]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
- xcache.c
PHP_5_5: optimizer: support for finally
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1284 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:49 Changeset in svn [1283] by
-
- trunk/Makefile.frag.deps
- trunk/devel/run
add dependency for test/dprint/debug
- 04:49 Changeset in git [ee4748b]3.13.2trunk by
-
- Makefile.frag.deps
- devel/run
add dependency for test/dprint/debug
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1283 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-08:
- 08:15 Changeset in svn [1282] by
-
- trunk/xcache/xc_utils.c
wrong change in prevous commit
- 08:15 Changeset in git [313f0d0]3.13.2trunk by
-
- xcache/xc_utils.c
wrong change in prevous commit
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1282 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 08:00 Changeset in svn [1281] by
-
- trunk/ChangeLog
- trunk/Makefile.frag.deps
- trunk/NEWS
- …
remove php 4 support completely
- 08:00 Changeset in git [c7492e6]3.13.2trunk by
-
- ChangeLog
- Makefile.frag.deps
- NEWS
- …
remove php 4 support completely
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1281 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 06:38 Changeset in svn [1280] by
-
- trunk/mod_optimizer/xc_optimizer.c
- trunk/xcache/xc_compatibility.h
optimizer: fix devel debug output
- 06:38 Changeset in git [c8b77e8]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
- xcache/xc_compatibility.h
optimizer: fix devel debug output
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1280 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-07:
2013-07-04:
- 09:14 Ticket #313 (xcache在安装好后同是否对服务器整个里面的web都cache呢) closed by
- invalid: 不支持, XCache 是 opcode cache, 不是 page cache
- 09:12 Ticket #313 (xcache在安装好后同是否对服务器整个里面的web都cache呢) created by
- xcache在安装好后同是否对服务器整个里面的web都cache呢, 例如我现在装一个ecshop, 是否需要做相关设置呢? 谢谢
2013-06-27:
- 09:43 Changeset in svn [1279] by
-
- trunk/mod_optimizer/xc_optimizer.c
optimizer: WIP improve finally handling
- 09:43 Changeset in git [770a697]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
optimizer: WIP improve finally handling
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1279 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-06-26:
- 15:04 Changeset in svn [1278] by
-
- trunk/mod_optimizer/xc_optimizer.c
- trunk/xcache.c
disable optimizer for PHP 5.5 for now. TODO: support for finally_op/finally_end
- 15:04 Changeset in git [6b8fd2c]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
- xcache.c
disable optimizer for PHP 5.5 for now. TODO: support for finally_op/finally_end
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1278 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 15:03 Changeset in svn [1277] by
-
- trunk/ChangeLog
- trunk/NEWS
- trunk/mod_cacher/xc_cacher.c
un-experimental for FILE DIR handling after files moved/hardlinked
- 15:03 Changeset in git [96e1893]3.13.2trunk by
-
- ChangeLog
- NEWS
- mod_cacher/xc_cacher.c
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-25:
- 07:08 Changeset in svn [1276] by
-
- trunk/mod_optimizer/xc_optimizer.c
- trunk/xcache/xc_compatibility.h
optimizer: fix debug build
- 07:08 Changeset in git [401eee2]3.13.2trunk by
-
- mod_optimizer/xc_optimizer.c
- xcache/xc_compatibility.h
optimizer: fix debug build
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1276 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 05:01 Changeset in svn [1275] by
-
- trunk/ChangeLog
- trunk/NEWS
- trunk/xcache/xc_sandbox.c
disassembler: fixes crash with nested sandbox (since 3.0)
- 05:01 Changeset in git [dd6e9fb]3.13.2trunk by
-
- ChangeLog
- NEWS
- xcache/xc_sandbox.c
disassembler: fixes crash with nested sandbox (since 3.0)
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1275 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:53 Changeset in svn [1274] by
-
- trunk/Makefile.frag
avoid dup test with ./run retest
- 04:53 Changeset in git [db77416]3.13.2trunk by
-
- Makefile.frag
avoid dup test with ./run retest
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1274 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:52 Changeset in svn [1273] by
-
- trunk/devel/run
allow dop be traced
- 04:52 Changeset in git [00db145]3.13.2trunk by
-
- devel/run
allow dop be traced
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1273 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:15 Changeset in svn [1272] by
-
- trunk/Makefile.frag
fix test running for 5.3+
- 04:15 Changeset in git [2def3ff]3.13.2trunk by
-
- Makefile.frag
fix test running for 5.3+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1272 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:14 Changeset in svn [1271] by
-
- trunk/xcache-test.ini
fix test running for 5.3+
- 04:14 Changeset in git [90bffee]3.13.2trunk by
-
- xcache-test.ini
fix test running for 5.3+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1271 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 04:13 Changeset in svn [1270] by
-
- trunk/Makefile.frag.deps
updated build dependency for 5.5
- 04:13 Changeset in git [c4639fa]3.13.2trunk by
-
- Makefile.frag.deps
updated build dependency for 5.5
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1270 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-06-20:
- 06:04 WikiStart.zh edited by
- (diff)
- 06:04 NewsArchive.zh edited by
- (diff)
- 06:03 WikiStart.zh edited by
- (diff)
2013-06-18:
- 07:16 Release-3.0.3.zh edited by
- (diff)
- 07:15 Release-3.0.3 created by
- 07:14 Release-3.0.3.zh created by
- 07:12 ReleaseArchive edited by
- (diff)
- 07:11 NewsArchive edited by
- (diff)
- 07:11 WikiStart edited by
- (diff)
- 07:11 WikiStart.zh edited by
- (diff)
- 07:11 NewsArchive.zh edited by
- (diff)
- 07:10 WikiStart edited by
- (diff)
- 02:51 Changeset in svn [1269] by
-
- autobuild/README
update release steps
- 02:50 Changeset in svn [1268] by
-
- tags/3.0.3/xcache.h
3.0.3
- 02:50 Changeset in git [0fd344d]3.0.3 by
-
- xcache.h
3.0.3
git-svn-id: svn://svn.lighttpd.net/xcache/tags/3.0.3@1268 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:47 Changeset in svn [1267] by
-
- tags/3.0.3
3.0.3
- 02:47 Changeset in git [f51cb6f] by
-
3.0.3
git-svn-id: svn://svn.lighttpd.net/xcache/tags/3.0.3@1267 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:44 Changeset in svn [1266] by
-
- branches/3.0
- branches/3.0/ChangeLog
- branches/3.0/NEWS
- …
prepare for 3.0.3
- 02:44 Changeset in git [508df36]3.0 by
-
- ChangeLog
- NEWS
- xcache.h
prepare for 3.0.3
git-svn-id: svn://svn.lighttpd.net/xcache/branches/3.0@1266 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:40 Changeset in svn [1265] by
-
- trunk/ChangeLog
- trunk/NEWS
note about 3.0.3
- 02:40 Changeset in git [056483b]3.13.2trunk by
-
- ChangeLog
- NEWS
note about 3.0.3
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1265 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
- 02:10 Ticket #312 (Does not compile with PHP 5.5) closed by
- worksforme: This is expected. The support to PHP 5.5 is in trunk (3.1) not 3.0 3.0 …
2013-06-16:
- 09:55 Ticket #312 (Does not compile with PHP 5.5) created by
- See attached log.
2013-06-13:
- 15:58 Ticket #310 (make test on xcache-3.0.1 fails) closed by
- wontfix: the note about "make test" is from php build system. it isn't easy to …
- 14:13 Ticket #311 (undefined function calc_total if xcache.count > 1) closed by
- invalid: the file /vagrant/library/OurSoftware/Cache/Backend/Xcache.php is not …
- 14:10 Ticket #311 (undefined function calc_total if xcache.count > 1) created by
- If i set in the ini file xcache.count greater then 1 I receive the …
- 03:52 WikiStart.zh edited by
- (diff)
- 03:52 NewsArchive edited by
- (diff)
- 03:51 WikiStart edited by
- (diff)
- 03:45 ReleaseArchive edited by
- (diff)
- 03:44 NewsArchive.zh edited by
- (diff)
- 03:44 WikiStart.zh edited by
- (diff)
- 03:42 Release-3.0.2.zh created by
- 03:26 Release-3.0.2 created by
- 03:16 Ticket #310 (make test on xcache-3.0.1 fails) closed by
- invalid: you need to "make xcachetest" to have xcache loaded and enabled with …