Skip to content

Commit c48f5fe

Browse files
committed
Fixed ZTS cache usage
1 parent 5b778e8 commit c48f5fe

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)