summaryrefslogtreecommitdiff
path: root/Zend/zend_objects.c
Commit message (Expand)AuthorAgeFilesLines
* fix folding, CS and WSAntony Dovgal2007-07-111-8/+16
* Bump year.Sebastian Bergmann2007-01-011-1/+1
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-261-5/+8
* Support for nested exceptions and fatal errors in destructorsDmitry Stogov2006-05-311-1/+2
* - Z_LVAL is a long so use %ldMarcus Boerger2006-05-201-1/+1
* - Better error message in case of an exception from a dtor while anMarcus Boerger2006-05-201-3/+8
* - Do not use the protection at this place, we would need another objectMarcus Boerger2006-05-201-1/+1
* - Destructors must not be called twiceMarcus Boerger2006-05-201-1/+2
* Unicode supportDmitry Stogov2006-03-301-1/+1
* MF51: fix bug #36898 (__set() leaks in classes extending internal ones)Antony Dovgal2006-03-291-0/+20
* Dropped zend.ze1_compatibility_modeDmitry Stogov2006-03-161-25/+1
* Unicode support: MS Visual C compatibilityDmitry Stogov2006-02-261-2/+2
* Portable unicode string API:Dmitry Stogov2006-02-211-2/+2
* WSDmitry Stogov2006-02-211-13/+13
* Preparation for portable string API (use macroses to access zval).Dmitry Stogov2006-02-201-8/+8
* - 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 several unicode related bugsDmitry Stogov2005-08-151-1/+1
* Unicode supportAndrei Zmievski2005-08-111-6/+6
* 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
* Temporairy solution to overcome shutdown propbelms with objects that haveMarcus Boerger2003-07-021-2/+3
* Reorganize this a bit to ensure the object memory is destructed beforeMarcus Boerger2003-07-021-27/+31
* Finally fix property cloning and fix the tests accordingly.Marcus Boerger2003-07-021-1/+7
* Fix __clone().Marcus Boerger2003-07-011-7/+4
* Fix destructor visibilityMarcus Boerger2003-07-011-2/+17
* updating license information in the headers.James Cox2003-06-101-1/+1
* Eliminate TSRMLS_FETCH() calls in zend_objects_new() and zend_objects_get_add...Sebastian Bergmann2003-03-261-7/+4
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
* export zend_objects_destroy_object()Harald Radi2003-01-171-1/+1