summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* fix bug #61782 - __clone/__destruct do not match other methods when checking ...Stanislav Malyshev2012-05-141-13/+13
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Bug #52361 (Throwing an exception in a destructor causes invalid catching)Dmitry Stogov2010-08-161-4/+2
* Added caches to eliminate repeatable run-time bindings of functions, classes,...Dmitry Stogov2010-05-241-8/+58
* Fixed bug #49893 (Crash while creating an instance of Zend_Mail_Storage_Pop3)Dmitry Stogov2010-05-111-2/+16
* sed -i "s#1998-2009#1998-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-051-1/+1
* - Fixed PDORow and PDOStatement crashes when instantiating throught ReflectionFelipe Pena2009-10-121-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* - MFH Fix issue with destruction of overloaded objectsMarcus Boerger2008-08-241-2/+6
* - MFH Improve exception linkingMarcus Boerger2008-08-141-4/+5
* - MFH: Constness (Added const qualifier to several function parameters)Felipe Pena2008-08-121-1/+1
* - MFH Exception handlingMarcus Boerger2008-07-131-14/+1
* MFH: Dropped zend.ze1_compatibility_modeFelipe Pena2008-03-181-25/+2
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-1/+1
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-261-5/+9
* Restore ZE1 compatibility mode (Zend Engine part - the modules patchesZeev Suraski2006-06-051-2/+5
* Support for nested exceptions and fatal errors in destructorsDmitry Stogov2006-05-311-1/+2
* - MFH Improved error messageMarcus Boerger2006-05-201-7/+13
* - MFH as discussedMarcus Boerger2006-05-091-5/+2
* fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-6/+21
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-4/+5
* Fixed clone bug in ze1_compatibilty modeDmitry Stogov2005-08-041-2/+2
* Bump up the yearfoobar2005-08-031-1/+1
* Fixed bug #33512 (Add missing support for isset()/unset() overloading to comp...Dmitry Stogov2005-07-071-0/+2
* Fixed ZTS build.Ilia Alshanetsky2005-06-071-0/+2
* Fixed bug #33243 (ze1_compatibility_mode does not work as expected)Dmitry Stogov2005-06-071-1/+23
* - Revert following patch until we decide what is the right way to handleAndi Gutmans2005-02-241-5/+2
* - Fix signatures they are all meant to be able to deal with any type in anyMarcus Boerger2005-02-221-2/+5
* Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)Marcus Boerger2004-09-281-18/+2
* - Fix handling of exceptions in dtorsMarcus Boerger2004-09-061-3/+6
* - Improve fix for protecting destructor's from exceptions.Andi Gutmans2004-03-021-5/+8
* - Fix crash in destructors(). You can't throw an exception in destructorsAndi Gutmans2004-03-011-0/+8
* - Small fixesZeev Suraski2004-02-041-9/+3
* Change destructor implementation (details will follow on internals@)Zeev Suraski2004-02-041-1/+5
* Nuke unused variableMarcus Boerger2004-02-031-1/+0
* Perform a bitwise copy of the object even when __clone() is defined.Zeev Suraski2004-02-031-16/+2
* Redesign the clone() feature to fix some fundamental flaws in the previousZeev Suraski2004-02-021-2/+5
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* SimplifyMarcus Boerger2003-12-271-25/+7
* Synch/Unify error messages related to function/method callsMarcus Boerger2003-09-021-2/+2
* Precise destructor errorsMarcus Boerger2003-08-091-3/+14
* make clone and throw coexist peacefullyStanislav Malyshev2003-07-271-1/+3
* Shuffle code to ease writing clone handlersMarcus Boerger2003-07-191-16/+21