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 6e3ee31 commit 7f49399Copy full SHA for 7f49399
Zend/zend_API.c
@@ -40,7 +40,7 @@
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;
+ZEND_API bool use_deepbind = false;
44
45
static zend_module_entry **module_request_startup_handlers;
46
static zend_module_entry **module_request_shutdown_handlers;
0 commit comments