Skip to content

Commit 6e3ee31

Browse files
danogndossche
authored andcommitted
Test
1 parent 8a0eaad commit 6e3ee31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Zend/zend_API.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
/* these variables are true statics/globals, and have to be mutex'ed on every access */
4141
ZEND_API HashTable module_registry;
4242

43+
bool use_deepbind = false;
44+
4345
static zend_module_entry **module_request_startup_handlers;
4446
static zend_module_entry **module_request_shutdown_handlers;
4547
static zend_module_entry **module_post_deactivate_handlers;

main/main.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -845,8 +845,6 @@ static bool module_initialized = false;
845845
static bool module_startup = true;
846846
static bool module_shutdown = false;
847847

848-
bool use_deepbind = false;
849-
850848
/* {{{ php_during_module_startup */
851849
PHPAPI bool php_during_module_startup(void)
852850
{

0 commit comments

Comments
 (0)