summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: fix #39127 (Old-style constructor fallbacks produce strange results)Antony Dovgal2008-03-171-2/+10
* Fixed bug #44141 (private parent constructor callable through static function)Dmitry Stogov2008-02-211-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fix #43450 (Memory leak on some functions with implicit objectJohannes Schlüter2007-12-211-0/+14
* Fixed bug #43128 (Very long class name causes segfault)Dmitry Stogov2007-11-221-3/+4
* Fixed bug #43136 (possible crash on script execution timeout. The EG(function...Dmitry Stogov2007-11-201-2/+2
* MFH(r-1.192) Remove extraneous space in error/notice messages (felipe)Sara Golemon2007-11-171-2/+2
* Fixed bug #42937 (__call() method not invoked when methods are called on pare...Dmitry Stogov2007-11-121-1/+19
* - MFH from HEAD:Jani Taskinen2007-11-021-61/+93
* wsStanislav Malyshev2007-10-181-7/+7
* - MFH debug object helperMarcus Boerger2007-10-111-7/+8
* MFH: Added macros for managing zval refcounts and is_ref statusesYiduo (David) Wang2007-10-071-16/+16
* Added support for __callstatic() magic method. (Sara)Dmitry Stogov2007-09-291-6/+61
* Fixed bug #40757 (get_object_vars get nothing in child class)Dmitry Stogov2007-07-241-1/+1
* Fixed bug #41961 (Ensure search for hidden private methods does not stray fro...Dmitry Stogov2007-07-121-1/+3
* fix comment - guard system changedStanislav Malyshev2007-03-231-2/+2
* - 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 #39775 ("Indirect modification ..." message is not shown)Dmitry Stogov2006-12-081-21/+10
* Fixed bug #39297 (Memory corryption because of indirect modification of overl...Dmitry Stogov2006-11-081-0/+13
* Fixed bug #38772 (inconsistent overriding of methods in different visibility ...Dmitry Stogov2006-09-121-16/+17
* delete commented part, as it was done in HEADAntony Dovgal2006-08-281-3/+0
* apply correct fix for bug #38461Antony Dovgal2006-08-151-2/+2
* MFH: fix #38461 (setting private attribute with __set() produces segfault)Antony Dovgal2006-08-151-1/+1
* Fixed bug #38220 (Crash on some object operations)Dmitry Stogov2006-07-261-15/+22
* - Better fix for #34505 and related, drop zend_unmangle_property_name_ex()Marcus Boerger2006-07-241-2/+2
* Changed error message (E_ERROR -> E_NOTICE) in case of indirect modification ...Dmitry Stogov2006-07-211-3/+15
* - MFH Fixed Bug #37667 (Object is not added into array returned by __get)Marcus Boerger2006-07-101-0/+3
* oops.. fix copy/paste typoAntony Dovgal2006-07-051-2/+2
* MFH: export zend_std_get_constructor()Antony Dovgal2006-07-051-1/+1
* MFH: improve error messagesAntony Dovgal2006-07-051-2/+10
* - MFH Bugfix #37632 (Protected method access problem)Marcus Boerger2006-05-291-3/+9
* - MFH: Fix bug #37212 (Access to protected property of common base class)Marcus Boerger2006-05-271-3/+5
* - Enforece rule of disallowing throw in __toString()Marcus Boerger2006-05-101-2/+4
* - MFH as discussedMarcus Boerger2006-05-091-48/+70
* - Update copyright notices to 2006Andi Gutmans2006-01-041-1/+1
* Fixed bug #34729 (Crash in ZTS mode under Apache)Dmitry Stogov2005-12-011-1/+1
* Fixed bug #35239 (Objects can lose references)Dmitry Stogov2005-11-161-1/+3
* Allow recursive calls to __get/__set for different propertiesDmitry Stogov2005-11-151-29/+65
* Fixed bug #34893 (PHP5.1 overloading, Cannot access private property)Dmitry Stogov2005-10-201-3/+5
* Support for class constants and static members for internal classesDmitry Stogov2005-09-011-1/+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-24/+99
* Fixed possible crash on $x = $obj->$non_stringDmitry Stogov2005-06-201-2/+2
* Fixed bug #33277 (private method accessed by child class)Dmitry Stogov2005-06-171-1/+2
* Allowed return by refrence from internal functionsDmitry Stogov2005-06-161-0/+2
* MF50: fix #29689 and more private property problemsStanislav Malyshev2005-06-091-15/+20
* Fixed bug #30820 (static member conflict with $this->member silently ignored)Dmitry Stogov2005-06-081-0/+3
* Fixed bug #33171 (foreach enumerates private fields declared in base classes)Dmitry Stogov2005-06-061-3/+8
* Fixed memory allocation bugs related to magic object handlers (__get(), __set(),Dmitry Stogov2005-06-031-14/+20