From: Dmitry Stogov Date: Tue, 12 Mar 2019 09:07:25 +0000 (+0300) Subject: Fixed ZTS cache usage X-Git-Tag: php-7.4.0alpha1~778 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c48f5fe841987f9c43111565e9a259698539b9ec;p=php Fixed ZTS cache usage --- diff --git a/ext/ffi/config.m4 b/ext/ffi/config.m4 index 5132cfe9e1..2619e66e57 100644 --- a/ext/ffi/config.m4 +++ b/ext/ffi/config.m4 @@ -55,6 +55,6 @@ if test "$PHP_FFI" != "no"; then -L$FFI_LIBDIR ]) - PHP_NEW_EXTENSION(ffi, ffi.c ffi_parser.c, $ext_shared) + PHP_NEW_EXTENSION(ffi, ffi.c ffi_parser.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1) PHP_SUBST(FFI_SHARED_LIBADD) fi