summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.h
Commit message (Expand)AuthorAgeFilesLines
* 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