summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #43175 (__destruct() throwing an exception with __call() causes seg...Dmitry Stogov2007-11-061-2/+3
* Fixed bug #43201 (Crash on using unitialized vals and __get/__set)Dmitry Stogov2007-11-061-0/+32
* fix bug37251.phpt failure (two error messages instead of one)Antony Dovgal2007-11-021-5/+6
* Fixed variations of bug #35163Dmitry Stogov2007-10-231-2/+13
* Fixed bug #35163 (Array elements can lose references)Dmitry Stogov2007-10-231-0/+8
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-65/+65
* Fixed bug #42817 (clone() on a non-object does not result in a fatal error)Ilia Alshanetsky2007-10-041-2/+2
* Fixed bug #42818 ($foo = clone(array()); leaks memory)Dmitry Stogov2007-10-031-1/+1
* Fixed bug #42772 (Storing $this in a static var fails while handling a cast t...Dmitry Stogov2007-10-031-5/+14
* wsDmitry Stogov2007-10-031-15/+15
* Fixed access to freed memory in tests/classes/__call_001.phptDmitry Stogov2007-10-021-2/+1
* Fixed bug #42819 (namespaces in indexes of constant arrays)Dmitry Stogov2007-10-021-1/+1
* Fixed bug #42802 (Namespace not supported in typehints)Dmitry Stogov2007-10-011-5/+5
* Added support for __callstatic() magic method (missing part). (Sara)Dmitry Stogov2007-09-291-1/+5
* Removed commented codeDmitry Stogov2007-09-291-1/+0
* Added support for Late Static Binding. (Dmitry, Etienne Kneuss)Dmitry Stogov2007-09-291-53/+62
* NamespacesDmitry Stogov2007-09-281-35/+129
* MFH: Nuked unnecessary TSRMLS_FETCH() callJani Taskinen2007-09-271-3/+3
* MFH: - Fixed the rest of bug #41561 ( @ operator not working )Jani Taskinen2007-09-071-3/+3
* Fixed bug #40705 (Iterating within function moves original array pointer)Dmitry Stogov2007-07-241-3/+1
* Fixed some class constant issues related to bug #41633Dmitry Stogov2007-06-131-0/+4
* Improved compilation of heredocs and interpolated strings. (Matt, Dmitry)Dmitry Stogov2007-05-181-4/+7
* Fixed bug #39542 (Behaviour of require/include different to < 5.2.0)Dmitry Stogov2007-05-111-12/+9
* WIN64 supportDmitry Stogov2007-04-161-2/+2
* Fixed foreach by-ref bug.Ilia Alshanetsky2007-04-051-0/+3
* Fixed bug #40833 (Crash when using unset() on an ArrayAccess object retrieved...Dmitry Stogov2007-03-191-1/+1
* fix crash on $x['x']['y'] += 1, patch by Brian ShireStanislav Malyshev2007-03-081-2/+2
* Fixed bug #40591 (list()="string"; gives invalid opcode)Dmitry Stogov2007-02-251-1/+1
* MFH: fix #40621 (Crash when constructor called inappropriately (statically))Antony Dovgal2007-02-241-1/+1
* Removed dead codeDmitry Stogov2007-02-011-1/+1
* - Fixed bug #35106 (nested foreach fails when array variable has a reference).Dmitry Stogov2007-01-101-0/+5
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #39825 (foreach produces memory error)Dmitry Stogov2006-12-251-3/+6
* Fixed bug #39944 (References broken)Dmitry Stogov2006-12-251-1/+9
* Fixed bug #39304 (Segmentation fault with list unpacking of string offset)Dmitry Stogov2006-10-301-1/+3
* Fixed bug #39017 (foreach(($obj = new myClass) as $v); echo $obj; segfaults)Dmitry Stogov2006-10-031-0/+3
* Fixed memory leak (Nuno)Dmitry Stogov2006-10-031-4/+7
* Fixed bug #38808 ("maybe ref" issue for current() and others)Dmitry Stogov2006-09-261-1/+1
* Fixed bugs #34065 and #38623 (throw in foreach/switch causes memory leaks)Dmitry Stogov2006-09-191-8/+32
* Small optimization of ZEND_INIT_ARRAY/ZEND_ADD_ARRAY_ELEMENT. (Nuno, Dmitry)Dmitry Stogov2006-09-181-8/+11
* Reverted last Ilia's patch (for bug #38579).Dmitry Stogov2006-09-061-7/+3
* Fixed bug #38579 require_once/include_once optimization causes files to beIlia Alshanetsky2006-09-051-3/+7
* Removed unreachable handlersDmitry Stogov2006-09-041-2/+2
* - SpelingMarcus Boerger2006-08-081-1/+1
* - MFH Fixed Bug #38064 ignored constructor visibilityMarcus Boerger2006-08-071-0/+3
* Fixed bug #38287 (static variables mess up global vars)Dmitry Stogov2006-08-071-0/+8
* make it consistentAntony Dovgal2006-08-031-1/+1
* MFH: improve error messageAntony Dovgal2006-08-031-1/+1
* Fixed bug #38234 (Exception in __clone makes memory leak)Dmitry Stogov2006-07-271-2/+6
* Fixed bug #38211 (variable name and cookie name match breaks script execution)Dmitry Stogov2006-07-261-1/+11