Skip to content

Commit 099b6b9

Browse files
export opcache shared globals
1 parent 69d9c12 commit 099b6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/zend_shared_alloc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
static const zend_shared_memory_handlers *g_shared_alloc_handler = NULL;
5454
static const char *g_shared_model;
5555
/* pointer to globals allocated in SHM and shared across processes */
56-
zend_smm_shared_globals *smm_shared_globals;
56+
ZEND_EXT_API zend_smm_shared_globals *smm_shared_globals;
5757

5858
#ifndef ZEND_WIN32
5959
#ifdef ZTS

0 commit comments

Comments
 (0)