Re: [PHP-DEV] Segfault in CVS version

2003-06-04 Thread Sebastian Bergmann
l0t3k wrote: > this may have been missed because this section is only for ZTS Hopefully fixed in CVS, Sebastian -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP

[PHP-DEV] Segfault in CVS version

2003-06-04 Thread l0t3k
in zend_startup (zend.c) the GLOBAL_CONSTANTS_TABLE is not malloced, so the later attempt on line 585 to initialize it causes a nice buglet zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); this may have been missed because this section is only for ZTS l0t3k

[PHP-DEV] Segfault in CVS version

2003-06-04 Thread l0t3k
in zend_startup (zend.c) the GLOBAL_CONSTANTS_TABLE is not malloced, so the later attempt on line 585 to initialize it causes a nice buglet zend_hash_init_ex(GLOBAL_CONSTANTS_TABLE, 20, NULL, ZEND_CONSTANT_DTOR, 1, 0); this may have been missed because this section is only for ZTS l0t3k --