We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b324ab6 + 7fc2a3e commit c4f4406Copy full SHA for c4f4406
ext/opcache/config.m4
@@ -66,7 +66,7 @@ if test "$PHP_OPCACHE" != "no"; then
66
esac
67
fi
68
69
- if test "$PHP_THREAD_SAFETY" = "yes"; then
+ if test "$enable_zts" = "yes"; then
70
DASM_FLAGS="$DASM_FLAGS -D ZTS=1"
71
72
ext/session/config.m4
@@ -31,7 +31,7 @@ if test "$PHP_MM" != "no"; then
31
AC_MSG_ERROR(cannot find mm library)
32
33
34
35
dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
36
AC_MSG_ERROR(--with-mm cannot be combined with --enable-zts)
37
0 commit comments