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 8a0eaad commit 6e3ee31Copy full SHA for 6e3ee31
Zend/zend_API.c
@@ -40,6 +40,8 @@
40
/* these variables are true statics/globals, and have to be mutex'ed on every access */
41
ZEND_API HashTable module_registry;
42
43
+bool use_deepbind = false;
44
+
45
static zend_module_entry **module_request_startup_handlers;
46
static zend_module_entry **module_request_shutdown_handlers;
47
static zend_module_entry **module_post_deactivate_handlers;
main/main.c
@@ -845,8 +845,6 @@ static bool module_initialized = false;
845
static bool module_startup = true;
846
static bool module_shutdown = false;
847
848
-bool use_deepbind = false;
849
-
850
/* {{{ php_during_module_startup */
851
PHPAPI bool php_during_module_startup(void)
852
{
0 commit comments