For the second instance where extern "C" is used, that would be possible, 
but in the first instance, BEGIN/END_EXTERN_C() aren't defined yet, as 
they're in zend.h. The compiler would totally barf.

I had used BEGIN/END_EXTERN_C() in the first patch I sent out, but decided 
to use one or the other in this one for the sake of consistency.

J


Zeev Suraski wrote:

> Why not just use BEGIN_EXTERN_C() and END_EXTERN_C()?
> 
> Zeev
> 


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to