summaryrefslogtreecommitdiff
path: root/Zend/zend_vm_def.h
Commit message (Expand)AuthorAgeFilesLines
* - 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
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-3/+3
* Fixed wrong "type" argument to read_property() handlerDmitry Stogov2006-07-211-4/+4
* Fixed bug #37144 (PHP crashes trying to assign into property of dead object)Dmitry Stogov2006-07-191-0/+32
* MFH: init variables and get rid of annoying warningsAntony Dovgal2006-07-121-3/+3
* Fixed memory leak in case of exception in iterator callbacks in 'foreach(new ...Dmitry Stogov2006-07-111-0/+10
* MFH (def.h rev:1.121, execute.h rev:1.120)Sara Golemon2006-07-061-1/+3
* MFH: Added hook for compile_string()Stefan Esser2006-06-131-1/+1
* Proper fix for bug #37707 ("clone $x" must call __clone() enven if result val...Dmitry Stogov2006-06-081-1/+4
* Wrap "wrong" unreachable code with "#if 0"Dmitry Stogov2006-06-081-4/+13
* Fixed bug #37707 clone without assigning leaks memoryIlia Alshanetsky2006-06-071-5/+3
* - MFH Fix issue with interfaces being inherited multiple timesMarcus Boerger2006-06-071-2/+0
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-1/+19
* - MFH Sync vm generation with headMarcus Boerger2006-05-211-0/+2
* Optimized require_once/include_once (eliminated fopen() on second usage)Dmitry Stogov2006-05-151-5/+18
* - MFH missing bits and pieces of the partial sync with headMarcus Boerger2006-05-111-121/+129
* - MFH as discussedMarcus Boerger2006-05-091-21/+3
* Fixed bug #37046 (foreach breaks static scope)Dmitry Stogov2006-04-121-1/+14
* - MFH Iterators from overloaded objects are allowed to not have keys...Marcus Boerger2006-04-101-1/+3
* Added E_STRICT warning in case of calling non-static method from incompatible...Dmitry Stogov2006-03-151-0/+9
* Fixed "zend_vm_gen.php --without-specializer"Dmitry Stogov2006-03-151-1/+1
* - Warning fixes by StephMarcus Boerger2006-02-261-1/+1
* - MFH: Function deprecation flagMarcus Boerger2006-02-251-3/+11
* Fixed bug #36303 (foreach on error_zval produces segfault)Dmitry Stogov2006-02-061-1/+3
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #35470 (Assigning global using variable name from array doesn't fun...Dmitry Stogov2005-11-301-0/+5
* Fixed bug #35393 (changing static protected members from outside the class, o...Dmitry Stogov2005-11-281-1/+2
* Fixed bug #35017 (Exception thrown in error handler may cause unexpected beha...Dmitry Stogov2005-10-311-38/+22
* $id:$ tatgs are removed from generated files to avoid committing of Zend/zend...Dmitry Stogov2005-10-281-0/+2
* Fixed SIGSEGVDmitry Stogov2005-10-271-7/+9
* Removed unnecesary local variableDmitry Stogov2005-10-201-4/+1
* Fixed bug #31177 (menory leaks and corruption because of incorrect refcounting)Dmitry Stogov2005-10-201-31/+22
* Fixed bug #34786 (2 @ results in change to error_reporting() to random value)Dmitry Stogov2005-10-101-2/+2
* - store current value of error_reporting only if it's not stored yetAntony Dovgal2005-09-231-5/+9
* MFHDmitry Stogov2005-09-231-1/+1
* MFH: fix #33771 (error_reporting falls to 0 when @ was used inside try/catch ...Antony Dovgal2005-09-221-2/+18
* - MFH: Moved the FREE_OP to after the execution of the included file, or evalDerick Rethans2005-09-211-1/+1
* Fixed access to memory that is already freed (in case of __call() method)Dmitry Stogov2005-09-191-1/+3
* Fixed parameter passing incompatibilities.Dmitry Stogov2005-09-191-13/+20
* fix #34505 (possible memory corruption when unmangling properties with empty ...Antony Dovgal2005-09-161-1/+1
* Fixed bug #34518 (Unset doesn't separate container in CV)Dmitry Stogov2005-09-161-2/+14
* Fixed return-by-reference from internal functionsDmitry Stogov2005-08-241-0/+2
* MFH: nuked eol from error messagefoobar2005-08-181-1/+1
* Fixed bug #34062 (Crash in catch block when many arguments are used)Dmitry Stogov2005-08-101-0/+1