summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed bug #29210 (Function: is_callable - no support for private and protecte...Dmitry Stogov2005-04-271-0/+2
* - Simplify getting property info and make it an api functionMarcus Boerger2005-04-081-0/+2
* - Change zend_object_handlers->get_method() to allow aggregation for internal...Marcus Boerger2004-10-301-1/+1
* Add count_elements handler for overloaded objects.Wez Furlong2004-05-041-0/+4
* some more clear commentsStanislav Malyshev2004-03-281-6/+4
* API change for read_property:Stanislav Malyshev2004-03-211-1/+1
* - Support Cast operator in convert_to_* so that we support internalAndi Gutmans2004-03-141-1/+0
* wrap ZEND_API prototypes into BEGIN_EXTERN_C/END_EXTERN_CHartmut Holzgraefe2004-02-181-0/+2
* - Add comments to read/write property/dimension for extension authorsAndi Gutmans2004-02-121-0/+11
* 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-0/+2
* must be extern to avoid problems with some compilersWez Furlong2004-01-091-1/+1
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-1/+1
* 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-0/+2
* Sync: Export externally used functions.Sebastian Bergmann2003-12-161-4/+4
* Reenable __tostring() magic for print,echo,concatenation,function naming...Marcus Boerger2003-12-151-0/+3
* Split isset/isempty for object property and object dimension hooking.Marcus Boerger2003-11-101-1/+5
* Remove redundant callback, simplify APIZeev Suraski2003-10-051-6/+2
* - Allow partial type conversion support for objects.Marcus Boerger2003-09-181-1/+1
* WSMarcus Boerger2003-08-161-1/+1
* Improve array overloading - support unset($foo["bar"])Zeev Suraski2003-07-301-0/+4
* Fix isset()/empty() for non-trivial object elementsZeev Suraski2003-07-221-1/+1
* Add get_dim callbackZeev Suraski2003-07-071-0/+4
* whitespaceZeev Suraski2003-07-071-21/+21
* Initial support for overloading of array syntax for objects (very initial)Zeev Suraski2003-07-071-16/+26
* Fix destructor visibilityMarcus Boerger2003-07-011-0/+2
* updating license information in the headers.James Cox2003-06-101-1/+1
* Assume lazy consensus regarding the cast_object() patch. *Only* implementedSterling Hughes2003-05-271-0/+3
* Improve handling of static member variablesZeev Suraski2003-02-171-2/+3
* - read_property cleanupZeev Suraski2003-02-051-1/+1
* Rework static class properties - now supports access restrictionsZeev Suraski2003-02-051-0/+1
* Core rearrangements - move Zend Objects specific code to theirZeev Suraski2003-02-021-0/+2
* - Added some missing CVS $Id$ tags, headers and footers.foobar2003-02-011-0/+29
* fix level of indirectionStanislav Malyshev2002-12-311-1/+1
* Oops, fix it indeedStanislav Malyshev2002-12-301-1/+1
* Better checkStanislav Malyshev2002-12-301-1/+1
* only check for an available class entry instead ofHarald Radi2002-06-091-0/+1
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-1/+1
* added get_class_entry callback handler to theHarald Radi2002-04-221-0/+2
* - Pass TSRMLS to callbacks.Andi Gutmans2002-03-151-4/+4
* New stuff for objects API:Stanislav Malyshev2002-03-101-1/+4
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-0/+73