We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e413b4c commit ec3f300Copy full SHA for ec3f300
main/main.c
@@ -2044,6 +2044,7 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
2044
zend_startup(&zuf);
2045
zend_update_current_locale();
2046
2047
+ zend_observer_startup();
2048
#if ZEND_DEBUG
2049
zend_observer_error_register(report_zend_debug_error_notify_cb);
2050
#endif
@@ -2192,7 +2193,6 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
2192
2193
php_startup_auto_globals();
2194
zend_set_utility_values(&zuv);
2195
php_startup_sapi_content_types();
- zend_observer_startup();
2196
2197
/* startup extensions statically compiled in */
2198
if (php_register_internal_extensions_func() == FAILURE) {
0 commit comments