[PHP-DEV] Re: __call_static() Magic Method

2007-07-26 Thread Sebastian Deutsch
Hello, where can i find the latest version of your patch? Etienne Kneuss provided me a patch to track from where my class method is called statically. Will they work together? cheers *.sebastian deutsch Sara Golemon schrieb: Attached is a patch which exports an internals hook in zend_class_

[PHP-DEV] Re: __call_static() Magic Method

2007-07-19 Thread Sara Golemon
Sara Golemon wrote: Attached is a patch which exports an internals hook in zend_class_entry for fetching function pointers similar to the object hook get_method() available to instance methods. This patch also exports a userspace hook __call_static() which operates in the fashion of the curre