Skip to content

Commit

Permalink
Revert main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aldok10 authored Jun 21, 2024
1 parent a62679f commit 83abb6f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2269,6 +2269,10 @@ int php_module_startup(sapi_module_struct *sf, zend_module_entry *additional_mod
zend_startup_modules();

/* start Zend extensions */
#ifdef PHP_ENABLE_OPCACHE
extern zend_extension zend_extension_entry;
zend_register_extension(&zend_extension_entry, NULL);
#endif
zend_startup_extensions();

zend_collect_module_handlers();
Expand Down

0 comments on commit 83abb6f

Please sign in to comment.