]> granicus.if.org Git - php/commit
- Only destroy the current object if it was received from the __get() handler.
authorAndrei Zmievski <andrei@php.net>
Sun, 9 Dec 2001 04:28:23 +0000 (04:28 +0000)
committerAndrei Zmievski <andrei@php.net>
Sun, 9 Dec 2001 04:28:23 +0000 (04:28 +0000)
commit36c4708a84bf93c2145417cb8754cdf50c7f4712
tree85425aeaa240d065a59ee5aa6050dd51e23c87f8
parent068be1721fd7441ff7f8cee9862055317c2232b1
- 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().
ext/overload/overload.c