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 5353static const zend_shared_memory_handlers * g_shared_alloc_handler = NULL ;
5454static 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
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ typedef struct _zend_smm_shared_globals {
119119 size_t reserved_size ;
120120} zend_smm_shared_globals ;
121121
122- extern zend_smm_shared_globals * smm_shared_globals ;
122+ ZEND_EXT_API extern zend_smm_shared_globals * smm_shared_globals ;
123123
124124#define ZSMMG (element ) (smm_shared_globals->element)
125125
You can’t perform that action at this time.
0 commit comments