Date: 09/21/01
- Next message: Gossi, Dean: "[PHP-DEV] RE: Bug #13388 Updated: Could not connect to server"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] enable truetype string function in gd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Gossi, Dean: "[PHP-DEV] RE: Bug #13388 Updated: Could not connect to server"
- Previous message: Rasmus Lerdorf: "Re: [PHP-DEV] enable truetype string function in gd"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

