Timeline
2011-04-18:
- 14:44 NewsArchive edited by
- (diff)
- 14:42 WikiStart edited by
- (diff)
- 11:28 Changeset [774] by
-
- tags/2.0.0-beta1
- tags/2.0.0-beta1/ChangeLog
- tags/2.0.0-beta1/NEWS
- …
tagged 2.0.0-beta1
- 11:26 Changeset [773] by
-
- tags/1.3.2-rc1
- tags/1.3.2-rc1/processor
- tags/1.3.2-rc1/processor/head.m4
- …
tagged 1.3.2-rc1
- 11:25 Changeset [772] by
-
- branches/1.3
- branches/1.3/utils.c
- branches/1.3/xcache.h
merge [769] from trunk
- 11:11 Changeset [771] by
-
- trunk/processor/processor.m4
fix op_array info for __FILE __DIR on restore
- 10:32 Ticket #192 (builtin functions should not be dump by disassembler) closed by
- fixed: fixed in [709] for trunk and back ported to 1.3
- 10:21 Ticket #191 (XCache & Joomla - Update Settings don't works) closed by
- wontfix: no feedback. i count on Joomla developers to figure it out
- 10:16 Ticket #250 (XCache 1.3.0 and PHP 5.2.13) closed by
- invalid: 1.3.x is better than 1.2.x with full support for PHP_5_1 PHP_5_2 PHP_5_3
- 10:15 Ticket #251 (XCache doesn't show cached files in Administration Interface) closed by
- invalid: try fastcgi or mod_php5
- 10:13 Ticket #236 (compilation warnings) closed by
- fixed: false alarm. fixed in #770, pending for 1.3.x. the warning for using …
- 10:11 Changeset [770] by
-
- trunk/processor/head.m4
- trunk/xcache.h
fixed #236: kill gcc false warning
- 09:45 Changeset [769] by
-
- trunk/utils.c
- trunk/xcache.h
fix type of op_type mismsatch for PHP 5-, assert before changing opline_num
- 09:19 Changeset [768] by
-
- trunk/mmap.c
ignore EINVAL error for ftruncate on /dev/zero
- 09:16 Changeset [767] by
-
- trunk/coverager.c
- trunk/mmap.c
- trunk/xcache.c
check return value to avoid gcc warning
- 07:18 Ticket #248 (Memory leak with xcache with constant caching) closed by
- duplicate: thanks for your feedback. this dup of #258 and was fixed
- 07:16 Ticket #245 (PHP with xcache crash, after restore object variable) closed by
- wontfix: object is not supported in xcache_set/get, use serialize/unserialize …
- 07:15 Ticket #185 (Using a php script for sendmail_path causes segmentation fault) closed by
- worksforme: works for me in 1.3.2-dev
- 07:12 Ticket #177 (about the xcache admin error) closed by
- worksforme: 1.2.2 was an outdated version, reopen if reproduced in 1.3.x
- 07:10 Ticket #244 (Memory consumption issue with Xcache.) closed by
- duplicate: dup of #258
- 07:09 Ticket #216 (Drupal 7 HEAD segfaults xcache) closed by
- invalid: bug was fixed in newer version (1.2.2 and later). upgrade and reproduce it …
- 07:06 Ticket #239 (Internal Server error on admin page) closed by
- worksforme: cannot reproduce in 1.3.2-dev, can u or someone please provide a debug …
- 06:59 Ticket #252 (Potential memory leak) closed by
- duplicate: dup of #258
- 06:57 Ticket #231 (PHP 5.3.x + XCache 1.3 + Apache2 does not work) closed by
- invalid: closing as it works reported by bigbug
- 06:55 Ticket #194 (PHP 5.3 class type hint must be null error with namespaces) closed by
- worksforme: works for me in branches/1.3 (1.3.2-dev)
- 06:44 Ticket #173 (win php5.2 distribution - admin does not include header.tpl.php and ...) closed by
- fixed: this problem should have been fixed in later release
- 06:41 Ticket #238 (if and else execute together! (class extends)) closed by
- worksforme: pls try 1.3.1 or 1.3.2 or svn branches/1.3 […]
- 06:29 Changeset [766] by
-
- branches/1.3
- branches/1.3/ChangeLog
- branches/1.3/Decompiler.class.php
- …
merge changes from trunk
- 06:25 Changeset [765] by
-
- trunk/ChangeLog
- trunk/NEWS
news update
- 06:20 Changeset [764] by
-
- trunk/xcache.c
30 seconds timeout for clog checking
2011-04-17:
- 14:02 Changeset [763] by
-
- trunk/Decompiler.class.php
readability
- 14:00 Changeset [762] by
-
- trunk/Decompiler.class.php
Decompiler: improve dumpop for easier reading
- 13:03 Changeset [761] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
Decompiler: simple cover test, make sure all opcode is tested
- 12:23 Changeset [760] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
Decompiler: jmp_set/jmpz adjust
- 11:42 Changeset [759] by
-
- trunk/phpdop.phpr
dump global code after function/class
- 10:23 Changeset [758] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
Decompiler: improves break/continue/goto, updates test sample
- 09:57 Changeset [757] by
-
- trunk/Decompiler.class.php
Decompiler: improves operator decompile
- 09:44 Changeset [756] by
-
- trunk/Decompiler.class.php
remove unncessary debug code
- 09:42 Changeset [755] by
-
- trunk/Decompiler.class.php
fix nested function call
- 07:31 Changeset [754] by
-
- trunk/Decompiler.class.php
Decompiler: foldToCode/str clean up
- 06:58 Changeset [753] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
decompiler: namespace support
- 06:06 Changeset [752] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
DECLARE_CONST
- 06:00 Changeset [751] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
decompiler: improvements late binding function, sample code organize
- 05:03 Changeset [750] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
decompiler: dirty improvement for \r\n
2011-04-16:
- 21:01 Changeset [749] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
- trunk/disassembler.c
- …
decompiler: massive improvements for php 5 and 5.3
2011-04-14:
- 07:35 Changeset [748] by
-
- trunk/decompilesample.php
decompiler: make it easier to be consistent with output
- 07:30 Changeset [747] by
-
- trunk/decompilesample.php
adds more code for decompile testing
- 07:21 Changeset [746] by
-
- trunk/Decompiler.class.php
Decompiler: fix ticks, str
- 07:10 Changeset [745] by
-
- trunk/Decompiler.class.php
str() fix
- 06:56 Changeset [744] by
-
- trunk/Decompiler.class.php
remove toString which was unclear design
- 04:14 Changeset [743] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
decompiler: process ZEND_CASE opcode, switch/case is not recognized as it used to be however
2011-04-13:
- 06:37 Changeset [742] by
-
- trunk/decompilesample.php
update decompile test code
- 06:30 Changeset [741] by
-
- trunk/Decompiler.class.php
consistent type of Decompiler_Code::toCode return
2011-04-11:
- 15:12 Changeset [740] by
-
- trunk/processor/struct.m4
processor: remove extra )
- 14:45 WikiStart edited by
- (diff)
- 06:46 Changeset [739] by
-
- branches/1.3
- branches/1.3/Decompiler.class.php
- branches/1.3/decompilesample.php
- …
merge decompiler updates from trunk
- 06:45 Changeset [738] by
-
- branches/1.3/xcache.h
update copyright
- 06:41 Changeset [737] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
- trunk/processor/head.m4
decompiler: fix decompiling runtime array
2011-04-10:
- 16:38 Changeset [736] by
-
- trunk/Decompiler.class.php
- trunk/decompilesample.php
decompiler: fix argument default value
- 16:09 Changeset [735] by
-
- trunk/Decompiler.class.php
decompiler: fix array assoc handling, remove default return
- 16:08 Changeset [734] by
-
- trunk/decompilesample.php
add sample code for decompiler
- 15:05 Changeset [733] by
-
- trunk/Decompiler.class.php
decompiler: avoid ${ literal being recognized
- 11:31 Changeset [732] by
-
- trunk/Decompiler.class.php
disassembler/decompiler: fix multiline array and indention
- 11:07 Changeset [731] by
-
- trunk/Decompiler.class.php
- trunk/phpdop.phpr
PHP_6: disassembler/decompiler: fix function static variable
- 09:58 Changeset [730] by
-
- trunk/Decompiler.class.php
- trunk/processor/processor.m4
PHP_6: disassembler/decompiler: fix property
- 04:13 Changeset [729] by
-
- trunk/xcache.h
update copyright year
2011-04-09:
- 16:22 Ticket #259 (Bug in the file "Decompiler.class.php" with the class extends) closed by
- fixed: fixed in [727] for trunk, and [728] for branches/1.3
- 16:22 Changeset [728] by
-
- branches/1.3
- branches/1.3/Decompiler.class.php
merge from trunk
- 16:19 Changeset [727] by
-
- trunk/Decompiler.class.php
decompiler: missing static members if no class properties
- 16:09 Ticket #259 (Bug in the file "Decompiler.class.php" with the class extends) reopened by
- I have that "MSN", I can send it privately? Otherwise the test is that it …
- 15:01 Ticket #259 (Bug in the file "Decompiler.class.php" with the class extends) closed by
- fixed: It's mostly fine now, however condition branch is still not decompiled as …
- 14:59 Changeset [726] by
-
- branches/1.3
- branches/1.3/ChangeLog
- branches/1.3/Decompiler.class.php
- …
merge from trunk
- 14:57 Changeset [725] by
-
- trunk/ChangeLog
- trunk/NEWS
php6 changes is not back ported to branches/1.3
- 14:55 Changeset [724] by
-
- trunk/processor/processor.m4
merge from trunk
- 13:48 Changeset [723] by
-
- trunk/Decompiler.class.php
decompiler: fix computed array elements
- 13:41 Changeset [722] by
-
- trunk/Decompiler.class.php
- trunk/opcode_spec_def.h
method call decompile fix
- 13:05 Changeset [721] by
-
- trunk/processor/hashtable.m4
- trunk/processor/processor.m4
- trunk/xcache.c
- …
PHP_6: prepared in literal way for FILE DIR fix up
- 13:02 Changeset [720] by
-
- trunk/Decompiler.class.php
improve method call decompiler
- 12:22 Changeset [719] by
-
- trunk/mkstructinfo.awk
- trunk/processor/head.m4
- trunk/processor/main.m4
- …
runtime check for field list assertion to tell which is mismatch
- 12:18 Changeset [718] by
-
- trunk/opcode_spec.c
- trunk/opcode_spec_def.h
fix assertion failure for PHP4
- 09:38 Changeset [717] by
-
- trunk/Decompiler.class.php
improve isset/empty for object property
- 09:07 Changeset [716] by
-
- trunk/ChangeLog
- trunk/Decompiler.class.php
- trunk/NEWS
- …
PHP 6: initial catch up with php 6 literals and trait
- 06:08 Changeset [715] by
-
- trunk/processor/main.m4
remove unused foreach code
- 05:08 Changeset [714] by
-
- trunk/ChangeLog
- trunk/Decompiler.class.php
- trunk/NEWS
- …
disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found
2011-04-08:
- 20:27 Changeset [713] by
-
- trunk/Decompiler.class.php
- trunk/processor/processor.m4
- trunk/xcache.c
disassembler: refix previous partial
- 20:26 Changeset [712] by
-
- trunk/opcode_spec_def.h
updated from eaccelerator
- 19:37 Changeset [711] by
-
- trunk/Makefile.frag
add build dependency for opcode_spec
- 07:22 Changeset [710] by
-
- trunk/processor/processor.m4
partial fix for decompiling 5.3
- 06:08 Changeset [709] by
-
- trunk/ChangeLog
- trunk/disassembler.c
disassembler: don't dump builtin functions
2011-04-07:
- 14:35 Ticket #260 (The Zend Engine API version 220090626 which is installed, is newer.) closed by
- invalid: this is not a XCache version problem, it's a build issue. XCache has to be …
- 13:53 Ticket #260 (The Zend Engine API version 220090626 which is installed, is newer.) created by
- i use CentOS release 5.5 (Final) php -v XCache requires Zend Engine API …
2011-03-21:
- 10:33 Ticket #259 (Bug in the file "Decompiler.class.php" with the class extends) created by
- Hello, Wanting to debug the result of a PHP file completely OpenSource?, I …
2011-03-19:
- 16:33 Ticket #258 (reproducible memory leak when xcache.size is set too small to process a ...) closed by
- fixed: sure, sudo -s, dpkg-reconfigure console-setup fixed in [705] for trunk, …
- 15:54 Changeset [708] by
-
- branches/1.3
- branches/1.3/ChangeLog
- branches/1.3/utils.c
fixed #258: builtin constant memory leak on compile
- 15:37 Changeset [707] by
-
- trunk/ChangeLog
typo
- 15:37 Changeset [706] by
-
- branches/1.3
- branches/1.3/ChangeLog
- branches/1.3/admin/xcache.php
fixed undefined index for xcache.count=1 and xcache.var_size>1
- 15:33 Changeset [705] by
-
- trunk/ChangeLog
- trunk/utils.c
fix builtin constant memory leak on compile
- 15:32 Changeset [704] by
-
- trunk/ChangeLog
- trunk/admin/xcache.php
fixed undefined index for xcache.count=1 and xcache.var_size>1

