root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @759 [759] 2 years moo dump global code after function/class
(edit) @758 [758] 2 years moo Decompiler: improves break/continue/goto, updates test sample
(edit) @757 [757] 2 years moo Decompiler: improves operator decompile
(edit) @756 [756] 2 years moo remove unncessary debug code
(edit) @755 [755] 2 years moo fix nested function call
(edit) @754 [754] 2 years moo Decompiler: foldToCode/str clean up
(edit) @753 [753] 2 years moo decompiler: namespace support
(edit) @752 [752] 2 years moo DECLARE_CONST
(edit) @751 [751] 2 years moo decompiler: improvements late binding function, sample code organize
(edit) @750 [750] 2 years moo decompiler: dirty improvement for \r\n
(edit) @749 [749] 2 years moo decompiler: massive improvements for php 5 and 5.3
(edit) @748 [748] 2 years moo decompiler: make it easier to be consistent with output
(edit) @747 [747] 2 years moo adds more code for decompile testing
(edit) @746 [746] 2 years moo Decompiler: fix ticks, str
(edit) @745 [745] 2 years moo str() fix
(edit) @744 [744] 2 years moo remove toString which was unclear design
(edit) @743 [743] 2 years moo decompiler: process ZEND_CASE opcode, switch/case is not recognized as it …
(edit) @742 [742] 2 years moo update decompile test code
(edit) @741 [741] 2 years moo consistent type of Decompiler_Code::toCode return
(edit) @740 [740] 2 years moo processor: remove extra )
(edit) @737 [737] 2 years moo decompiler: fix decompiling runtime array
(edit) @736 [736] 2 years moo decompiler: fix argument default value
(edit) @735 [735] 2 years moo decompiler: fix array assoc handling, remove default return
(edit) @734 [734] 2 years moo add sample code for decompiler
(edit) @733 [733] 2 years moo decompiler: avoid ${ literal being recognized
(edit) @732 [732] 2 years moo disassembler/decompiler: fix multiline array and indention
(edit) @731 [731] 2 years moo PHP_6: disassembler/decompiler: fix function static variable
(edit) @730 [730] 2 years moo PHP_6: disassembler/decompiler: fix property
(edit) @729 [729] 2 years moo update copyright year
(edit) @727 [727] 2 years moo decompiler: missing static members if no class properties
(edit) @725 [725] 2 years moo php6 changes is not back ported to branches/1.3
(edit) @724 [724] 2 years moo merge from trunk
(edit) @723 [723] 2 years moo decompiler: fix computed array elements
(edit) @722 [722] 2 years moo method call decompile fix
(edit) @721 [721] 2 years moo PHP_6: prepared in literal way for FILE DIR fix up
(edit) @720 [720] 2 years moo improve method call decompiler
(edit) @719 [719] 2 years moo runtime check for field list assertion to tell which is mismatch
(edit) @718 [718] 2 years moo fix assertion failure for PHP4
(edit) @717 [717] 2 years moo improve isset/empty for object property
(edit) @716 [716] 2 years moo PHP 6: initial catch up with php 6 literals and trait
(edit) @715 [715] 2 years moo remove unused foreach code
(edit) @714 [714] 2 years moo disassembler: DECLARE_INHERITED_CLASS/DELAYED class not found
(edit) @713 [713] 2 years moo disassembler: refix previous partial
(edit) @712 [712] 2 years moo updated from eaccelerator
(edit) @711 [711] 2 years moo add build dependency for opcode_spec
(edit) @710 [710] 2 years moo partial fix for decompiling 5.3
(edit) @709 [709] 2 years moo disassembler: don't dump builtin functions
(edit) @707 [707] 2 years moo typo
(edit) @705 [705] 2 years moo fix builtin constant memory leak on compile
(edit) @704 [704] 2 years moo fixed undefined index for xcache.count=1 and xcache.var_size>1
(edit) @703 [703] 2 years moo --disable-xcache-constant is 2.x only bug
(edit) @702 [702] 2 years moo fix --disable-xcache-constant
(edit) @698 [698] 2 years moo fix segv on shutdown when ionCube Loader is loaded
(edit) @697 [697] 2 years moo updates news
(edit) @696 [696] 2 years moo merge ChangeLog? and NEWS from 1.3
(edit) @694 [694] 2 years moo fix quote for gnu win32 native tools
(edit) @690 [690] 3 years moo fix build by avoing nested macro with ifdef
(edit) @689 [689] 3 years moo hide "remove selected" for php list --此行及以下内容将会被忽略-- M …
(edit) @688 [688] 4 years moo segv because dir/filepath is unused by var key, need space optimize later
(edit) @687 [687] 4 years moo update op_array->filename for hard link restoring
(edit) @686 [686] 4 years moo initize file/dir path
(edit) @685 [685] 4 years moo remove debug code
(edit) @684 [684] 4 years moo the logic of implemenation of dir/file path fixing was wrong. file/dir …
(edit) @683 [683] 4 years moo avoid crash by dirpath/filepath on parser error
(edit) @682 [682] 4 years moo PHP_6: fix for function and class talbe similar to previous fix
(edit) @681 [681] 4 years moo PHP_6: new zend_constants.dtor which is used to free zend_constant.value …
(edit) @679 [679] 4 years moo remove superfluous code about auto_globals
(edit) @675 [675] 4 years moo improved fixe for #224: 2G/4G limitation on 64bit arch
(edit) @673 [673] 4 years moo closes #225, unset by prefix
(edit) @672 [672] 4 years moo fix #224, support more than 2G on 64bit arch
(edit) @671 [671] 4 years moo move and add back compatibile function to utils.c
(edit) @670 [670] 4 years moo fix build for win32
(edit) @669 [669] 4 years moo use XCACHE_ERROR_CACHING macro to simplify ifdefs
(edit) @668 [668] 4 years moo make #ifdef's looks better for E_DEPRECATED
(edit) @667 [667] 4 years moo correct cache class index
(edit) @666 [666] 4 years moo use src instead of dst
(edit) @665 [665] 4 years moo sync and update ChangeLog? and NEWS from b1.3.0
(edit) @662 [662] 4 years moo back patch __FILE and __DIR on cache restore
(edit) @661 [661] 4 years moo fix stat() for relative file not in include_path but in current executing …
(edit) @660 [660] 4 years moo PHP6 build fix
(edit) @659 [659] 4 years moo PHP 6 fix
(edit) @658 [658] 4 years moo fix build with PHP6
(edit) @657 [657] 4 years moo compile against PHP 4
(edit) @656 [656] 4 years moo use zend_llist instead of HashTable? for gc_op_arrays
(edit) @653 [653] 4 years moo remove warning about unreferenced local variable
(edit) @651 [651] 4 years moo make use of internal_constant_tail otherwise 1.3 will cache unwanted …
(edit) @649 [649] 4 years moo pre-php5.3 fix about IS_CONSTANT_TYPE_MASK
(edit) @648 [648] 4 years moo also cache/reproduce E_DEPRECATED
(edit) @647 [647] 4 years moo fix config example, undefined variable d
(edit) @645 [645] 4 years moo reverted r643 as it's a false assertion. try another way to get ride of …
(edit) @643 [643] 4 years moo name/class_name need not deep copy in zend_arg_info
(edit) @642 [642] 4 years moo make indent optional in Makefile so when it coredump in somecase won't …
(edit) @640 [640] 4 years moo copy only internal constant, clean constant on shutdown
(edit) @638 [638] 4 years moo PHP_6: incompatible pointer size_t *
(edit) @637 [637] 4 years moo PHP_6: fix build
(edit) @635 [635] 4 years moo avoid unused function warning
(edit) @631 [631] 4 years moo add () suggested by gcc
(edit) @628 [628] 4 years moo remove unused HashTable?_zend_constant
(edit) @613 [613] 4 years moo ChangeLog? for r460
(edit) @612 [612] 4 years moo sync with 1.3 ChangeLog?
Note: See TracRevisionLog for help on using the revision log.