summaryrefslogtreecommitdiff
path: root/ext/overload/overload.c
Commit message (Expand)AuthorAgeFilesLines
* - 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