summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_gen.php
Commit message (Expand)AuthorAgeFilesLines
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-151-2/+2
* - Update copyright notices to 2006Andi Gutmans2006-01-041-2/+2
* more typos fixed (thanks to Mike Naberezny for noticing these)Antony Dovgal2005-12-051-2/+2
* TypoRasmus Lerdorf2005-11-261-2/+2
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-2/+21
* Removed some compilation warnings.Dmitry Stogov2005-07-181-1/+23
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-241-0/+82
* export zend_vm_set_opcode_handlerStanislav Malyshev2005-06-221-1/+1
* USER_OPCODE API is improvet.Dmitry Stogov2005-06-161-3/+3
* Removed old executorDmitry Stogov2005-06-141-4/+42
* Specializer optimizationDmitry Stogov2005-06-131-34/+34
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-9/+40
* - Added missing header sections.foobar2005-01-101-0/+32
* --without-lines changed to --with-linesDmitry Stogov2004-10-281-6/+6
* - Fix typoAndi Gutmans2004-10-281-1/+1
* - Improve comments, docs, code...Andi Gutmans2004-10-271-857/+923
* - Commit new VMAndi Gutmans2004-10-221-0/+1001