On Thu, 2013-07-18 at 13:11 +0100, Jakub Zelenka wrote:
> 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

Ah, that's indeed a ug in the code. That should not be done. function !=
method. :)
Anyways not directly related to the original issue. So what do you
guysprefer:

- Reusing the name
or
- using fann2

johannes


-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to