summaryrefslogtreecommitdiff
path: root/Zend/zend_execute.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Use SEPARATE_ZVAL_IF_NOT_REF for cleaner code.Jani Taskinen2007-07-191-7/+6
* Commit previously missing patch for bug #41919Ilia Alshanetsky2007-07-121-1/+6
* Fixed bug #41919Dmitry Stogov2007-07-091-0/+4
* fix #41813 (segmentation fault when using string offset as an object)Antony Dovgal2007-06-271-0/+4
* MFH: fix #41608 (segfault on a weird code with objects and switch())Antony Dovgal2007-06-061-1/+1
* WIN64 supportDmitry Stogov2007-04-161-5/+5
* fix #41075 (memleak when creating default object caused exception)Antony Dovgal2007-04-131-1/+1
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-1/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39944 (References broken)Dmitry Stogov2006-12-251-3/+4
* Fixed bug #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-081-9/+14
* Fixed bug #33282 (Re-assignment by reference does not clear the is_ref flag)Ilia Alshanetsky2006-11-071-5/+1
* MFH: fix #39003 (__autoload() is called for type hinting)Antony Dovgal2006-10-021-10/+13
* New memory managerDmitry Stogov2006-07-181-1/+0
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-101-2/+3
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-6/+98
* MFH: throw a warning when using invalid offset types with stringsAntony Dovgal2006-06-011-0/+13
* - WS/CSMarcus Boerger2006-05-271-1/+2
* - MFH Sync error messages and simplify error message generation codeMarcus Boerger2006-05-261-79/+47
* - MFH improve error messagesMarcus Boerger2006-05-211-18/+26
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-151-0/+3
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-34/+33
* - ze1 cleanup (bjori) /thxMarcus Boerger2006-05-101-1/+0
* - MFH as discussedMarcus Boerger2006-05-091-176/+92
* - Warning fixes by StephMarcus Boerger2006-02-261-3/+3
* Fixed bug #36071 (Engine Crash related with 'clone')Dmitry Stogov2006-01-191-0/+10
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Reverted invalid fix for bug #35785Dmitry Stogov2005-12-261-1/+1
* - MFH Fixed Bug #35785 (SimpleXML memory read error)Marcus Boerger2005-12-231-1/+1
* Fixed memory leakDmitry Stogov2005-12-221-0/+1
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-161-5/+0
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-311-3/+5
* - Fixed error message grammarfoobar2005-09-151-21/+21
* - MFH: Improve error messageMarcus Boerger2005-09-141-14/+18
* MFH(r-1.719) Plug leak of 1/2 bytes when converting from string/unicodeSara Golemon2005-09-121-0/+1
* Fixed bug #34137 (assigning array element by reference causes binary mess)Dmitry Stogov2005-09-011-6/+6
* Fixed bug #33996 (No information given for fatal error on passing invalid val...Dmitry Stogov2005-08-051-7/+36
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33710 (ArrayAccess objects doen't initialize $this)Dmitry Stogov2005-07-191-0/+4
* Fixed SIGSEGV on 'global ${"{$blah}_ID"};'Dmitry Stogov2005-07-041-0/+1
* fix conditions for freeingStanislav Malyshev2005-06-291-3/+3
* fix leak: when dup was <success>ful zend_std_object_get_class_name() returns ...Antony Dovgal2005-06-281-1/+1
* fix previous patchStanislav Malyshev2005-06-281-3/+3
* fixes for non-php objectsStanislav Malyshev2005-06-281-8/+33
* Fixed bug #27268 (Bad references accentuated by clone).Dmitry Stogov2005-06-231-0/+3
* - Fix TSRM buildMarcus Boerger2005-06-161-2/+2
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-1/+2
* rename to zend_Stanislav Malyshev2005-06-161-2/+2
* Compilation warningsDmitry Stogov2005-06-161-2/+0
* export zval gettersStanislav Malyshev2005-06-161-6/+8