summaryrefslogtreecommitdiff
path: root/ext/overload
Commit message (Expand)AuthorAgeFilesLines
* Beautify.Sebastian Bergmann2002-04-171-1/+1
* Fix CREDIT files, remove email addressJason Greene2002-03-131-1/+1
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-9/+1
* Maintain headers.Sebastian Bergmann2002-02-282-4/+4
* This has been scaring people off.Andrei Zmievski2002-02-272-19/+1
* 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-122-20/+30
* Update headers.Sebastian Bergmann2001-12-112-4/+3
* Show example of property-specific accessors.Andrei Zmievski2001-12-111-0/+19
* This commit implements property-specific accessors.Andrei Zmievski2001-12-112-53/+153
* Modified __call() handler to accept a byref return value parameter thatAndrei Zmievski2001-12-102-15/+31
* Enable it for real.foobar2001-12-101-1/+1
* * enable overload extension by defaultStig Bakken2001-12-101-1/+1
* * use macros in error messagesStig Bakken2001-12-091-3/+3
* *** empty log message ***Andrei Zmievski2001-12-091-1/+1
* Adjust to account for latest changes.Andrei Zmievski2001-12-091-3/+1
* - 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
* All right, let people RTFM.Andrei Zmievski2001-12-072-7/+26
* 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
* fix CFLAGS, how could this have worked before?Daniel Beulshausen2001-12-021-2/+2
* Unified the configure messages.foobar2001-11-301-3/+4
* Add todo item.Andrei Zmievski2001-11-161-0/+1
* fix linkage errorHarald Radi2001-10-181-1/+1
* win32 project fileHarald Radi2001-10-171-0/+108
* Adding user-space object overloading extension.Andrei Zmievski2001-10-157-0/+633