source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @829   14 months moo tests/bug52160.phpt: report multiple error correctly
(edit) @828   14 months moo fix constant name handling (possible SIGSEGV)
(edit) @827   14 months moo avoid zend_alter_ini_entry which is execute time
(edit) @826   14 months moo adds optimizer to test
(edit) @825   14 months moo PHP_5_4: improve handling traits yet still need review. values of …
(edit) @824   14 months moo PHP_5_4: empty hashtable was optimized
(edit) @823   14 months moo PHP_5_4: HashTable? bucket changes
(edit) @822   14 months moo initial PHP_5_4 support
(edit) @821   14 months moo adds info for PHP_5_4
(edit) @820   2 years moo decode optimized if/return
(edit) @819   2 years moo decompiler: fix handling of stdin. support of exported dasm result
(edit) @812   2 years moo update 1.3.2 release date
(edit) @811   2 years moo Decompiler: clean up unused code, fix line spacing, simplify indent
(edit) @810   2 years moo Decompiler: if/elseif/else
(edit) @809   2 years moo typo
(edit) @808   2 years moo Decompiler: recognize top level goto
(edit) @807   2 years moo Decompiler: for loop
(edit) @806   2 years moo Decompiler: dump any unhandled complex block
(edit) @805   2 years moo Decmopiler: update sample to match unhandled ()
(edit) @804   2 years moo Decompiler: get value from result instead of op1/op2 if possible
(edit) @803   2 years moo Decompile: remove tostr in getOpVal. it is implemented by str() and …
(edit) @802   2 years moo Decompiler: && || and or
(edit) @801   2 years moo typo
(edit) @800   2 years moo Decompiler: use range to simplify calling
(edit) @799   2 years moo Decompiler: ?: and ? :
(edit) @798   2 years moo fix build: ISREF undefined in <=PHP_5_2
(edit) @797   2 years moo sample code for ?: being used in if ()
(edit) @796   2 years moo code format cleanup
(edit) @795   2 years moo Decompiler: decompile try/catch
(edit) @794   2 years moo Disassembler: fix null field
(edit) @793   2 years moo test sample for declare(ticks) nested with while (complex block)
(edit) @792   2 years moo prepare for decompile if/else
(edit) @791   2 years moo Decompiler: fix foreach to not be recognized as switch, fix i/j looping
(edit) @790   2 years moo Decompiler: decompile switch
(edit) @789   2 years moo Decompile: implement foreach, improve blank line
(edit) @788   2 years moo Decompiler: adds blank line between blocks
(edit) @787   2 years moo decompile code branch
(edit) @786   2 years moo space clean up for decompiler
(edit) @785   2 years moo fix false assertion for empty while (1) {}
(edit) @783   2 years moo avoid possible filename injection in admin page
(edit) @782   2 years moo avoid possible file name injection
(edit) @781   2 years moo Decompiler: handle closure use()
(edit) @780   2 years moo prepare for use()
(edit) @779   2 years moo cacher: fix segv if oplineinfo is used for __FILE __DIR
(edit) @778   2 years moo decompiler: refix FETCH_CONSTANT for PHP_5_3 instead of messing up with …
(edit) @777   2 years moo decompiler: refix isset/empty on variable
(edit) @776   2 years moo decompiler: fix isset/empty on variable
(edit) @775   2 years moo str() fix
(edit) @771   2 years moo fix op_array info for __FILE __DIR on restore
(edit) @770   2 years moo fixed #236: kill gcc false warning
(edit) @769   2 years moo fix type of op_type mismsatch for PHP 5-, assert before changing …
(edit) @768   2 years moo ignore EINVAL error for ftruncate on /dev/zero
(edit) @767   2 years moo check return value to avoid gcc warning
(edit) @765   2 years moo news update
(edit) @764   2 years moo 30 seconds timeout for clog checking
(edit) @763   2 years moo readability
(edit) @762   2 years moo Decompiler: improve dumpop for easier reading
(edit) @761   2 years moo Decompiler: simple cover test, make sure all opcode is tested
(edit) @760   2 years moo Decompiler: jmp_set/jmpz adjust
(edit) @759   2 years moo dump global code after function/class
(edit) @758   2 years moo Decompiler: improves break/continue/goto, updates test sample
(edit) @757   2 years moo Decompiler: improves operator decompile
(edit) @756   2 years moo remove unncessary debug code
(edit) @755   2 years moo fix nested function call
(edit) @754   2 years moo Decompiler: foldToCode/str clean up
(edit) @753   2 years moo decompiler: namespace support
(edit) @752   2 years moo DECLARE_CONST
(edit) @751   2 years moo decompiler: improvements late binding function, sample code organize
(edit) @750   2 years moo decompiler: dirty improvement for \r\n
(edit) @749   2 years moo decompiler: massive improvements for php 5 and 5.3
(edit) @748   2 years moo decompiler: make it easier to be consistent with output
(edit) @747   2 years moo adds more code for decompile testing
(edit) @746   2 years moo Decompiler: fix ticks, str
(edit) @745   2 years moo str() fix
(edit) @744   2 years moo remove toString which was unclear design
(edit) @743   2 years moo decompiler: process ZEND_CASE opcode, switch/case is not recognized as it …
(edit) @742   2 years moo update decompile test code
(edit) @741   2 years moo consistent type of Decompiler_Code::toCode return
(edit) @740   2 years moo processor: remove extra )
(edit) @737   2 years moo decompiler: fix decompiling runtime array
(edit) @736   2 years moo decompiler: fix argument default value
(edit) @735   2 years moo decompiler: fix array assoc handling, remove default return
(edit) @734   2 years moo add sample code for decompiler
(edit) @733   2 years moo decompiler: avoid ${ literal being recognized
(edit) @732   2 years moo disassembler/decompiler: fix multiline array and indention
(edit) @731   2 years moo PHP_6: disassembler/decompiler: fix function static variable
(edit) @730   2 years moo PHP_6: disassembler/decompiler: fix property
(edit) @729   2 years moo update copyright year
(edit) @727   2 years moo decompiler: missing static members if no class properties
(edit) @725   2 years moo php6 changes is not back ported to branches/1.3
(edit) @724   2 years moo merge from trunk
(edit) @723   2 years moo decompiler: fix computed array elements
(edit) @722   2 years moo method call decompile fix
(edit) @721   2 years moo PHP_6: prepared in literal way for FILE DIR fix up
(edit) @720   2 years moo improve method call decompiler
(edit) @719   2 years moo runtime check for field list assertion to tell which is mismatch
(edit) @718   2 years moo fix assertion failure for PHP4
(edit) @717   2 years moo improve isset/empty for object property
(edit) @716   2 years moo PHP 6: initial catch up with php 6 literals and trait
(edit) @715   2 years moo remove unused foreach code
Note: See TracRevisionLog for help on using the revision log.