summaryrefslogtreecommitdiff
path: root/ext/overload/overload.c
Commit message (Expand)AuthorAgeFilesLines
* this is now implemented by the engine itselfHarald Radi2003-01-101-708/+0
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Don't build ext/overload with Zend Engine 2.Sebastian Bergmann2002-09-041-0/+2
* Properly return the result of __call() handler.Andrei Zmievski2002-06-121-3/+3
* ZE2 compatibility fixesHarald Radi2002-04-301-8/+8
* Beautify.Sebastian Bergmann2002-04-171-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-2/+2
* Match the table style of the other single-row info entries.Jon Parise2001-12-311-1/+1
* Since PHP method names are case-insensitive, we have to fold access to 'FOO'Andrei Zmievski2001-12-121-18/+28
* Ack, apparently in statically linked-in extensions we have to clean theAndrei Zmievski2001-12-121-20/+29
* Update headers.Sebastian Bergmann2001-12-111-1/+1
* This commit implements property-specific accessors.Andrei Zmievski2001-12-111-53/+152
* Modified __call() handler to accept a byref return value parameter thatAndrei Zmievski2001-12-101-13/+28
* * use macros in error messagesStig Bakken2001-12-091-3/+3
* - Only destroy the current object if it was received from the __get() handler.Andrei Zmievski2001-12-091-48/+62
* - Fix memory leak when accessing undefined index or property.Andrei Zmievski2001-12-071-10/+18
* Make sure refcount is 1 on stack zval.Andrei Zmievski2001-12-071-0/+1
* Add fold markers in strategic places and improve MINIT function a bit.Andrei Zmievski2001-12-071-2/+13
* If the method exists in object's function table, call it directly withoutAndrei Zmievski2001-12-071-20/+36
* Support overloaded method calls via __call().Andrei Zmievski2001-12-071-10/+58
* Add todo item.Andrei Zmievski2001-11-161-0/+1
* Adding user-space object overloading extension.Andrei Zmievski2001-10-151-0/+474