[PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] zend_object_handlers

2005-07-02 Thread Marcus Boerger
Hello herrwitten, now i see your problem (at least i think i do). the engine supports the following function types: #define ZEND_INTERNAL_FUNCTION 1 #define ZEND_USER_FUNCTION 2 #define ZEND_OVERLOADED_FUNCTION

[PHP-DEV] Re: [PECL-DEV] Re: [PHP-DEV] zend_object_handlers

2005-07-02 Thread herrwitten
On Jul 2, 2005, at 12:07 PM, Marcus Boerger wrote: i am quite sure your code is being called but it doesn't return a function pointer but instead return 0. To the engine that means the function is not available and hence it issues an error message. Maybe you want to provide and empty funct