On Thu, Jul 18, 2013 at 12:22 PM, Johannes Schlüter
<[email protected]>wrote:

> I was a bit confused as zif/zim is wrapped by macros and affects only OO
> stuff ... and PHP 4 and OO sounds unlikely
>
>
There are these lines in the code that make a compile error
PHP_METHOD(fannOO, __set)
...
zend_internal_function fe_set, fe_get;
fe_set.handler = ZEND_FN(fannOO___set);
...
error: ‘zif_fannOO___set’ undeclared

This is the only error for PHP 5.3. This part is compiled only for PHP5
only so you are right that it couldn't be PHP 4. There are few other issues
when you compile on master (too few arguments to function
‘zend_list_insert’...). I could actually fix all the compiling issues (of
course using version ifdefs to keep it work with the old versions...) if
you think that it makes sense for the deprecated extension?

Anyway can I request a PECL account?

Jakub

Reply via email to