unread
Thanks Julien!
Hi,
What's the difference between PHP_FUNCTION and PHP_NAMED_FUNCTION?
As you can see on lxr :
http://lxr.php.net/xref/PHP_5_5/Zend/zend_API.h#67 , PHP_FUNCTION is
gonna use ZEND_FN on your function to turn its name into "zif_XXX" ,
avoiding collision in function names, especially regarding libc's
functions.
PHP_NAMED_FUNCTION() let you choose the full name and be responsible
yourself of avoiding collisions in names with linked objects.Julien.P
--
Best Regards,
Aaron Lewis - PGP: 0x13714D33 - http://pgp.mit.edu/
Finger Print: 9F67 391B B770 8FF6 99DC D92D 87F6 2602 1371 4D33