summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_opcodes.h
Commit message (Expand)AuthorAgeFilesLines
* stop warnings from unused opcode mapkrakjoe2013-12-221-1/+1
* Moved to new file, killing a lot of warningsBob Weinand2013-12-211-162/+2
* Fixed build...Bob Weinand2013-12-211-1/+1
* Added an opcode to opcode name mapBob Weinand2013-12-211-0/+167
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* Improved ternary operator performance when returning arraysArnaud Le Blanc2011-10-181-0/+2
* - Year++Felipe Pena2011-07-101-1/+1
* fix UMR when variable name is an object and __toString is usedStanislav Malyshev2011-03-161-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Fixed bug #52614 (Memory leak when writing on uninitialized variable returned...Dmitry Stogov2010-08-251-0/+1
* Implemented Traits for PHP as proposed in the RFC [TRAITS]Stefan Marr2010-04-221-0/+2
* ZEND_RETURN is splitted into two new instructions ZEND_RETURN and ZEND_RETURN...Dmitry Stogov2010-04-221-0/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* Added support for lambda functions and closuresDmitry Stogov2008-07-141-0/+1
* MFH: Implemented "jump label" operator (limited "goto")Felipe Pena2008-03-281-0/+1
* Implemented concept of "delayed early binding" that allows opcode caches to p...Dmitry Stogov2008-03-181-132/+133
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Speed-up of ZEND_DO_FCALL and ZEND_INIT_FCALL_BY_NAME by lowercasing and calc...Dmitry Stogov2007-11-221-0/+1
* - MFH Improved version of ternary shortcut (Marcus)Johannes Schlüter2007-11-211-0/+1
* NamespacesDmitry Stogov2007-09-281-0/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-2/+2
* ZEND_UNSET_DIM_OBJ is splitted to ZEND_UNSET_DIM and ZEND_UNSET_OBJ.Dmitry Stogov2005-06-161-1/+2
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-0/+1
* Merge three opcodes (ZEND_NEW, ZEND_JMP_NO_CTOR, ZEND_INIT_CTOR) into one (ZE...Dmitry Stogov2005-06-101-2/+0
* - Added missing header sections.foobar2005-01-101-0/+20
* - Oops missed this oneAndi Gutmans2004-10-271-0/+129