Skip to content

Commit 56a3bf7

Browse files
committed
Force-pushing is supposed to remove the "ABI break" label
1 parent 64d959e commit 56a3bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Zend/zend_API.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
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 = 0;
43+
4244
static zend_module_entry **module_request_startup_handlers;
4345
static zend_module_entry **module_request_shutdown_handlers;
4446
static zend_module_entry **module_post_deactivate_handlers;

0 commit comments

Comments
 (0)