I've run into the following problem recently:
PHP_MINIT(foo)
{
ZEND_INIT_MODULE_GLOBALS(foo, NULL, NULL);
}
If ZTS is not defined then the compilation aborts with "called object is
not a function" because ZEND_INIT_MODULE_GLOBALS tries to call NULl as a
function name. How should this be corrected?
-Andrei
Documentation is worth it just to be able
to answer all your mail with 'RTFM'. -- Alan Cox
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]