File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 53
53
static const zend_shared_memory_handlers * g_shared_alloc_handler = NULL ;
54
54
static const char * g_shared_model ;
55
55
/* 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 ;
57
57
58
58
#ifndef ZEND_WIN32
59
59
#ifdef ZTS
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ typedef struct _zend_smm_shared_globals {
119
119
size_t reserved_size ;
120
120
} zend_smm_shared_globals ;
121
121
122
- extern zend_smm_shared_globals * smm_shared_globals ;
122
+ ZEND_EXT_API extern zend_smm_shared_globals * smm_shared_globals ;
123
123
124
124
#define ZSMMG (element ) (smm_shared_globals->element)
125
125
You can’t perform that action at this time.
0 commit comments