Andrei Zmievski
2f4035c833
Adjust to account for latest changes.
2001-12-09 04:31:33 +00:00
Andrei Zmievski
36c4708a84
- Only destroy the current object if it was received from the __get() handler.
...
- Changed the way method arguments are passed to __call() handler. They are
now encapsulated inside of an array, which makes it easier to pass them
to call_user_func_array().
2001-12-09 04:28:23 +00:00
Andrei Zmievski
7b7f46aa2d
- Fix memory leak when accessing undefined index or property.
...
- Only invoke call_get_handler() on an object in the chain if it's overloaded.
2001-12-07 22:03:19 +00:00
Andrei Zmievski
480d2b5624
Make sure refcount is 1 on stack zval.
2001-12-07 14:30:55 +00:00
Andrei Zmievski
1ec143228a
All right, let people RTFM.
2001-12-07 06:19:20 +00:00
Andrei Zmievski
9a1f3b48a9
Add fold markers in strategic places and improve MINIT function a bit.
2001-12-07 06:15:02 +00:00
Andrei Zmievski
ecd484ac21
If the method exists in object's function table, call it directly without
...
using __call() handler.
2001-12-07 06:08:15 +00:00
Andrei Zmievski
9789e43af1
Support overloaded method calls via __call().
2001-12-07 05:46:02 +00:00
Daniel Beulshausen
bfb066ee96
fix CFLAGS, how could this have worked before?
2001-12-02 14:01:22 +00:00
foobar
f1397d5339
Unified the configure messages.
2001-11-30 19:00:13 +00:00
Andrei Zmievski
fcd83424cf
Add todo item.
2001-11-16 15:04:12 +00:00
Harald Radi
b266763335
fix linkage error
2001-10-18 08:14:56 +00:00
Harald Radi
db4021bc7c
win32 project file
2001-10-17 00:57:12 +00:00
Andrei Zmievski
88d4de1da9
Adding user-space object overloading extension.
2001-10-15 20:32:56 +00:00