Skip to content

Commit 403033d

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fixed ZTS cache usage
2 parents 36f875e + c48f5fe commit 403033d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ffi/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ if test "$PHP_FFI" != "no"; then
5555
-L$FFI_LIBDIR
5656
])
5757

58-
PHP_NEW_EXTENSION(ffi, ffi.c ffi_parser.c, $ext_shared)
58+
PHP_NEW_EXTENSION(ffi, ffi.c ffi_parser.c, $ext_shared,, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1)
5959
PHP_SUBST(FFI_SHARED_LIBADD)
6060
fi

0 commit comments

Comments
 (0)