Skip to content

Commit ffe46c7

Browse files
committed
Test after having removed the "ABI break" label manually
1 parent f64d7d7 commit ffe46c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_API.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
/* these variables are true statics/globals, and have to be mutex'ed on every access */
4040
ZEND_API HashTable module_registry;
4141

42-
static int nonsense;
42+
static int nonsense = 0;
4343

4444
static zend_module_entry **module_request_startup_handlers;
4545
static zend_module_entry **module_request_shutdown_handlers;

0 commit comments

Comments
 (0)