summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_execute.h
Commit message (Expand)AuthorAgeFilesLines
* - If an exception is pending we don't bail out but show the unhandled exceptionMarcus Boerger2005-03-121-0/+18
* - #31562 2nd partMarcus Boerger2005-03-101-6/+6
* Fixed bug in ZEND_POST_INC/ZEND_POST_DEC handlers.Dmitry Stogov2005-02-241-18/+6
* Fixed bug #30407 (Strange behaviour of default arguments)Dmitry Stogov2005-02-101-4/+6
* foreash($a as $key => $val) optimizationDmitry Stogov2005-02-071-46/+22
* - Cleanup foreach statementMarcus Boerger2005-02-051-57/+117
* - Bugfix #26229 (getIterator() segfaults when it returns arrays or scalars)Marcus Boerger2005-01-251-0/+15
* - Use correct freeing (thx Dmitry)Marcus Boerger2005-01-251-5/+25
* - Second and last part of #30725 fixMarcus Boerger2005-01-241-10/+25
* Restore behavior of $str["str"]. (Now $str["str"] is equivalent to $str[0] ag...Dmitry Stogov2005-01-141-130/+13
* Fixed bug #31098 (isset false positive)Dmitry Stogov2005-01-121-105/+222
* - Fix bug #31436 (isset() incorrectly returns true in dereference of a wrong ...Moriyoshi Koizumi2005-01-111-221/+247
* - Added missing header sections.foobar2005-01-101-0/+20
* "Undefined variable: %s" noticies were fixed to use one spaceDmitry Stogov2004-12-271-10/+10
* New sarbage collector's bug was fixed (the behavior should be the same as in ...Dmitry Stogov2004-12-241-82/+44
* Fixed bug #29883 (isset gives invalid values on strings).Dmitry Stogov2004-12-011-26/+130
* Fixed "isset() and the new VM" bug.Dmitry Stogov2004-11-031-5/+5
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-17/+17
* - Improve comments, docs, code...Andi Gutmans2004-10-271-1180/+0
* - Add missing fileAndi Gutmans2004-10-231-0/+32345