mirror of
https://github.com/php/php-src.git
synced 2024-12-14 12:26:19 +08:00
in ext/soap globals are initialized also on minit
This commit is contained in:
parent
61f90fbe0b
commit
dba27372ec
@ -645,6 +645,9 @@ PHP_MINIT_FUNCTION(soap)
|
||||
{
|
||||
zend_class_entry ce;
|
||||
|
||||
#if defined(COMPILE_DL_SOAP) && defined(ZTS)
|
||||
ZEND_TSRMLS_CACHE_UPDATE;
|
||||
#endif
|
||||
/* TODO: add ini entry for always use soap errors */
|
||||
php_soap_prepare_globals();
|
||||
ZEND_INIT_MODULE_GLOBALS(soap, php_soap_init_globals, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user