Skip to content

Commit 7f49399

Browse files
danogndossche
authored andcommitted
Fixup
1 parent 6e3ee31 commit 7f49399

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
@@ -40,7 +40,7 @@
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;
43+
ZEND_API bool use_deepbind = false;
4444

4545
static zend_module_entry **module_request_startup_handlers;
4646
static zend_module_entry **module_request_shutdown_handlers;

0 commit comments

Comments
 (0)