summaryrefslogtreecommitdiff
path: root/Zend/zend_object_handlers.c
Commit message (Expand)AuthorAgeFilesLines
* h WHitespaceAndi Gutmans2002-11-301-1/+1
* - Commit Marcus' cleanup of abstract and static inheritance and improveAndi Gutmans2002-11-231-2/+2
* fix staticStanislav Malyshev2002-11-121-0/+1
* looks like this message should goStanislav Malyshev2002-10-201-1/+1
* add commentStanislav Malyshev2002-10-101-0/+1
* fix memory leaksStanislav Malyshev2002-10-101-2/+2
* Fix object write handler behaviour:Stanislav Malyshev2002-10-091-9/+17
* MFZE1 zend_str_tolower issue.Ilia Alshanetsky2002-10-091-1/+1
* MFZE1Ilia Alshanetsky2002-09-261-1/+1
* - WS - Always use "if (" and not "if("Andi Gutmans2002-09-151-16/+16
* remove commentStanislav Malyshev2002-09-091-1/+1
* remove dead codeStanislav Malyshev2002-09-041-5/+0
* Fix __call and add some docsStanislav Malyshev2002-09-041-29/+20
* Fix ZTS build.Sebastian Bergmann2002-09-041-1/+1
* Support for __get, __set and __call in classes.Stanislav Malyshev2002-09-041-21/+268
* 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