summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* name length should be strlen+1Stanislav Malyshev2002-07-071-1/+1
* - Allow overloaded objects to receive the method name in its originalAndi Gutmans2002-06-051-3/+10
* Generalize object storage and reference bookkeepingStanislav Malyshev2002-05-311-3/+4
* Make OBJCE return zend_class_entry*, also some cleanupsStanislav Malyshev2002-04-301-2/+10
* added get_class_entry callback handler to theHarald Radi2002-04-221-31/+12
* New stuff for objects API:Stanislav Malyshev2002-03-101-9/+11
* - Experimental support for private members.Andi Gutmans2002-02-211-1/+1
* Mega-commit: Enter the new object modelStanislav Malyshev2002-02-071-0/+257