From 56a3bf756000c8e25999a10e15d10618df3cd703 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sat, 21 Sep 2024 00:24:17 +0200 Subject: [PATCH] Force-pushing is supposed to remove the "ABI break" label --- Zend/zend_API.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Zend/zend_API.c b/Zend/zend_API.c index 2376118ff105c..23a230f834c11 100644 --- a/Zend/zend_API.c +++ b/Zend/zend_API.c @@ -39,6 +39,8 @@ /* these variables are true statics/globals, and have to be mutex'ed on every access */ ZEND_API HashTable module_registry; +static int nonsense = 0; + static zend_module_entry **module_request_startup_handlers; static zend_module_entry **module_request_shutdown_handlers; static zend_module_entry **module_post_deactivate_handlers;