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 @@ -685,7 +685,7 @@ if test "$PHP_FPM" != "no"; then
685
685
PHP_FPM_TRACE_FILES="fpm/fpm_trace.c fpm/fpm_trace_$fpm_trace_type.c"
686
686
fi
687
687
688
- PHP_FPM_CFLAGS="-I$abs_srcdir/sapi/fpm"
688
+ PHP_FPM_CFLAGS="-I$abs_srcdir/sapi/fpm -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 "
689
689
690
690
PHP_FPM_FILES="fpm/fpm.c \
691
691
fpm/fpm_children.c \
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ static void user_config_cache_entry_dtor(zval *el)
182
182
183
183
#ifdef ZTS
184
184
static int php_cgi_globals_id ;
185
- #define CGIG (v ) TSRMG (php_cgi_globals_id, php_cgi_globals_struct *, v)
185
+ #define CGIG (v ) ZEND_TSRMG (php_cgi_globals_id, php_cgi_globals_struct *, v)
186
186
#else
187
187
static php_cgi_globals_struct php_cgi_globals ;
188
188
#define CGIG (v ) (php_cgi_globals.v)
You can’t perform that action at this time.
0 commit comments