summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* - 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
* export these symbols for use by SPL as a shared extensionWez Furlong2003-12-221-1/+1
* Fixed bug #24837 Incorrect behaviour of PPP using foreach.Marcus Boerger2003-12-181-8/+30
* export externally used functionsStanislav Malyshev2003-12-161-4/+4
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-0/+34
* Handle getter failure and allow to bypass thrown exceptions.Marcus Boerger2003-12-111-0/+6
* Remove automatic call to __toString() since it is supposed to cause tooMarcus Boerger2003-12-021-29/+0
* The macro REPLACE_ZVAL_VALUE cannot be used since we only have zval *Marcus Boerger2003-11-271-1/+8
* Add new interface ArrayAccess to use objects as ArraysMarcus Boerger2003-11-241-29/+43
* Correct default handlersMarcus Boerger2003-11-101-2/+4
* Fix those warningsMarcus Boerger2003-11-101-1/+1
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-0/+7
* Handle exceptions in casting more gracefully.Marcus Boerger2003-11-081-2/+7
* __tostring() handler should be binary-safeMoriyoshi Koizumi2003-11-041-2/+1
* Remove unused callbackZeev Suraski2003-10-051-8/+0
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-3/+11
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-1/+23
* Tests show updating consts must happen once at runtime (revert optimization).Marcus Boerger2003-09-041-0/+1
* Fix static properties.Marcus Boerger2003-09-031-7/+1
* Synch/Unify error messages related to function/method callsMarcus Boerger2003-09-021-2/+2
* Fix warningsMarcus Boerger2003-08-171-2/+0
* Restrict scope of inline functions to compile unitSascha Schumann2003-08-151-1/+1
* ntroduce infrastructure for supplying information about arguments,Zeev Suraski2003-08-031-1/+2
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-0/+8
* Fix isset()/empty() for non-trivial object elementsZeev Suraski2003-07-221-2/+4
* Fix bug #24499Zeev Suraski2003-07-211-1/+14
* Add get_dim callbackZeev Suraski2003-07-071-2/+20
* whitespaceZeev Suraski2003-07-071-21/+21
* fixletZeev Suraski2003-07-071-1/+1