Browse Source

Call zend_post_startup() - use local copies of the function, class and

constant tables in the startup thread
migration/unlabaled-1.1.2
Zeev Suraski 24 years ago
parent
commit
31429c60db
  1. 4
      main/main.c

4
main/main.c

@ -1133,6 +1133,10 @@ int php_module_startup(sapi_module_struct *sf)
zend_startup_extensions();
#ifdef ZTS
zend_post_startup(TSRMLS_C);
#endif
/* */
module_initialized = 1;
sapi_deactivate(TSRMLS_C);

Loading…
Cancel
Save