summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.h
Commit message (Expand)AuthorAgeFilesLines
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - Fixed bug #51905 (ReflectionParameter fails if default value is an array wi...Felipe Pena2010-05-261-0/+2
* Fixed bug #50723 (Bug in garbage collector causes crash)Dmitry Stogov2010-02-021-1/+1
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed warnings (Kalle)Felipe Pena2009-09-131-1/+1
* Fixed bug #46074 (Bus error during running PHP CLI under IRIX 6.5.30)Dmitry Stogov2009-09-031-12/+49
* Fixed ability to call user functions from user opcodes without recursionDmitry Stogov2009-08-181-0/+2
* - fix build (void alarm)Pierre Joye2009-06-091-5/+5
* MFH: Added zend_eval_stringl and made create_function(), etc. binary-safeMatt Wilmas2009-06-051-0/+2
* MFH: better fix for #48409 , #48428 , #48228Arnaud Le Blanc2009-06-051-0/+21
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-3/+3
* - Removed direct executor recursion.Dmitry Stogov2008-06-111-2/+2
* Selected better initial VM stack sizeDmitry Stogov2008-04-151-1/+1
* exit_on_timeout patchRasmus Lerdorf2008-03-181-1/+1
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-8/+1
* Fixed warningDmitry Stogov2008-03-121-3/+3
* Fixed typesDmitry Stogov2008-01-291-3/+3
* fix typeStanislav Malyshev2008-01-281-1/+1
* Changed EG(argument_stack) implementation.Dmitry Stogov2008-01-241-10/+138
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)Dmitry Stogov2007-09-271-3/+3
* MFH: Fixed compiler warningsJani Taskinen2007-07-211-2/+2
* WIN64 supportDmitry Stogov2007-04-161-2/+2
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-0/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH: Fix #38465 (ReflectionParameter fails if default value is an access to...Johannes Schlüter2006-10-181-0/+1
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-1/+8
* Keeping consistent arg_stack during arguments freeing (Exception from destruc...Dmitry Stogov2006-05-311-1/+3
* - MFH as discussedMarcus Boerger2006-05-091-17/+10
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* MFH (removed unnecesary call to zval_ptr_dtor)Dmitry Stogov2005-09-191-1/+1
* Fixed bug #34199 (if($obj)/if(!$obj) inconsistency)Dmitry Stogov2005-09-121-0/+18
* Changed "instanceof" and "catch" operators, is_a() and is_subclass_of() funct...Dmitry Stogov2005-09-091-0/+1
* Bump up the yearfoobar2005-08-031-1/+1
* Export zend_do_fcall() helper from executorDmitry Stogov2005-06-241-0/+1
* rename to zend_Stanislav Malyshev2005-06-161-2/+2
* export zval gettersStanislav Malyshev2005-06-161-0/+10
* USER_OPCODE API is improvet.Dmitry Stogov2005-06-161-0/+2
* Fix so that extensions like xdebug, can overload opcodes in all execution mod...Dmitry Stogov2005-06-101-0/+7
* - Two new API calls for Derick (retreive CV name and value) by DmitryAndi Gutmans2005-01-221-0/+2
* - Commit new VM architecture. This one allows people (aka Derick) toAndi Gutmans2004-09-231-2/+0
* - Fix for bug #29707Andi Gutmans2004-09-211-1/+3
* - Roll back VM commitAndi Gutmans2004-09-091-0/+2
* - Some architectural changes:Andi Gutmans2004-09-081-2/+0
* - Execute destructors earlier (Florian Schaper, fschaper at intux org)Marcus Boerger2004-07-251-0/+1
* Improve error messageMarcus Boerger2004-03-161-0/+1
* fix the fixStanislav Malyshev2004-03-041-2/+6
* oops, fix cut&paste gone badStanislav Malyshev2004-03-041-2/+2