summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed bug #30791 (magic methods (__sleep/__wakeup/__toString) call __call if ...Dmitry Stogov2005-06-011-0/+3
* revert - seems to be fixed elsewhereStanislav Malyshev2005-05-181-1/+1
* fix #30451 static properties don't work properlyStanislav Malyshev2005-05-181-2/+2
* Fixed destruction of zval after returning from __call()Dmitry Stogov2005-05-031-1/+5
* - Extend API to support real existance test without the need to add any newMarcus Boerger2005-05-021-5/+10
* compile fixfoobar2005-04-291-1/+2
* Fixed bug #29015 (Incorrect behavior of member vars(non string ones)-numeric ...Dmitry Stogov2005-04-281-0/+10
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-3/+9
* Reverting. Let's not introduce major BC breakage like this without aAndrei Zmievski2005-04-251-3/+1
* - Fix logicMarcus Boerger2005-04-171-1/+3
* - No E_ERROR when we just check (where did my 0->1 change go on first commit?)Marcus Boerger2005-04-081-1/+1
* - No E_ERROR when we just check, here visibility simply means there is noneMarcus Boerger2005-04-081-1/+3
* - Simplify getting property info and make it an api functionMarcus Boerger2005-04-081-12/+12