On Tuesday 02 July 2002 21:31, George Schlossnagle wrote:
> You need to do a
>
> ZEND_GET_MODULE(modulename);
>
> in yor extension.

That did it!! :-))

Thanks I found a

#ifdef COMPILE_DL_SQLANYWHERE
ZEND_GET_MODULE(sqlanywhere)
#endif

in the code. I only needed to removed the preprocessor instructions!
Thanks you soooo much!
--
Torsten

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

Reply via email to