summaryrefslogtreecommitdiff
path: root/ext/overload/php_overload.h
Commit message (Collapse)AuthorAgeFilesLines
* this is now implemented by the engine itselfHarald Radi2003-01-101-67/+0
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* - Fix ZE2 build when overload is enabledDerick Rethans2002-09-301-0/+2
|
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
|
* Ack, apparently in statically linked-in extensions we have to clean theAndrei Zmievski2001-12-121-0/+1
| | | | | | hash of overloaded classes on request shutdown. Also, added some fold markers and rearranged some defines.
* Update headers.Sebastian Bergmann2001-12-111-3/+2
|
* This commit implements property-specific accessors.Andrei Zmievski2001-12-111-0/+1
| | | | | | | | | When overload() is called, it not only scans for general handlers, but also for any methods beginning with __get_ and __set_ and saves a list of them. Then when a property is accessed, e.g. $obj->x, the extension will first check whether __get_x() is available, and will call it if it is, otherwise it will invoke the general __get() handler.
* All right, let people RTFM.Andrei Zmievski2001-12-071-3/+0
|
* Adding user-space object overloading extension.Andrei Zmievski2001-10-151-0/+67