Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | this is now implemented by the engine itself | Harald Radi | 2003-01-10 | 1 | -67/+0 |
| | |||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | - Fix ZE2 build when overload is enabled | Derick Rethans | 2002-09-30 | 1 | -0/+2 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -2/+2 |
| | |||||
* | Ack, apparently in statically linked-in extensions we have to clean the | Andrei Zmievski | 2001-12-12 | 1 | -0/+1 |
| | | | | | | hash of overloaded classes on request shutdown. Also, added some fold markers and rearranged some defines. | ||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -3/+2 |
| | |||||
* | This commit implements property-specific accessors. | Andrei Zmievski | 2001-12-11 | 1 | -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 Zmievski | 2001-12-07 | 1 | -3/+0 |
| | |||||
* | Adding user-space object overloading extension. | Andrei Zmievski | 2001-10-15 | 1 | -0/+67 |