summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* - More fixes to gracefully act on exception thrown in overload methodsMarcus Boerger2005-03-191-12/+12
* - Fix #31185Marcus Boerger2005-03-191-3/+1
* - Don't touch refcount/is_refMarcus Boerger2005-03-111-3/+1
* - If silence if wanted we do not error outMarcus Boerger2005-02-271-1/+4
* Fixed bugs #29767 and #31683 (__get and __set methods must not modify propert...Dmitry Stogov2005-02-021-8/+22
* - Fixed bug #29183 (Undefined symbol zend_check_private with Solaris CC)foobar2005-01-191-1/+1
* - Fixed Bug #30562 Segmentation fault with __call()Andi Gutmans2004-12-171-5/+4
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-1/+2
* Simplify/Optmize magic method calls (__get/__set/__call/__clone/__destruct)Marcus Boerger2004-09-281-98/+19
* Fix bug in handling of protected propertiesZeev Suraski2004-07-221-7/+1
* __set and __get will be called not only when variable doesn't exist but also ...Stanislav Malyshev2004-07-191-7/+12
* - Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()Andi Gutmans2004-07-191-1/+1
* be consistent with write_dimensionStanislav Malyshev2004-07-141-5/+4
* fix #28957Stanislav Malyshev2004-07-141-0/+8
* Fix leak on systems where alloca isn't really alloca.Wez Furlong2004-05-261-1/+1
* Add count_elements handler for overloaded objects.Wez Furlong2004-05-041-0/+1
* - Fix bug #26441 (When __set() returned a value it corrupted it)Andi Gutmans2004-04-091-1/+1
* API change for read_property:Stanislav Malyshev2004-03-211-2/+4
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-141-5/+1
* - This was too strict.Andi Gutmans2004-02-121-5/+0
* - Check return-by-reference bit when implementing interface prototypesZeev Suraski2004-02-121-2/+8
* Fix write-mode of overloaded objects when using array dimensionsZeev Suraski2004-02-081-1/+1
* - Clean garbage (delete was nuked a long time ago)Zeev Suraski2004-02-031-1/+0
* Expose zend_std_call_user_call(), needed for implementation of things likeIlia Alshanetsky2004-01-171-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* Bug #24608 - fix interaction between __accessors and get_property_ptrStanislav Malyshev2004-01-051-2/+2
* - Fixed var_export() to show public, protected and private modifiers properly.Derick Rethans2004-01-031-1/+1
* Fix __tostring() and concatenationMarcus Boerger2003-12-271-6/+1
* Fixed bug #26675 (Segfault on ArrayAccess use)Marcus Boerger2003-12-221-0/+5