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 64d959e commit 56a3bf7Copy full SHA for 56a3bf7
Zend/zend_API.c
@@ -39,6 +39,8 @@
39
/* these variables are true statics/globals, and have to be mutex'ed on every access */
40
ZEND_API HashTable module_registry;
41
42
+static int nonsense = 0;
43
+
44
static zend_module_entry **module_request_startup_handlers;
45
static zend_module_entry **module_request_shutdown_handlers;
46
static zend_module_entry **module_post_deactivate_handlers;
0 commit comments