Skip to content

Commit f64d7d7

Browse files
committed
This commit is supposed to remove the "ABI break" label
1 parent be8f8d9 commit f64d7d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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;
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;

Zend/zend_API.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ typedef struct _zend_function_entry {
4040
uint32_t flags;
4141
const zend_frameless_function_info *frameless_function_infos;
4242
const char *doc_comment;
43-
int nonsense;
4443
} zend_function_entry;
4544

4645
typedef struct _zend_fcall_info {

0 commit comments

Comments
 (0)