File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ PHP NEWS
16
16
- Opcache:
17
17
. Fixed bug #80404 (Incorrect range inference result when division results
18
18
in float). (Nikita)
19
- . Fixed bug #80377 (Opcache misses executor_globals). (Nikita)
20
19
21
20
- Standard:
22
21
. Fixed bug #80366 (Return Value of zend_fstat() not Checked). (sagpant, cmb)
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ if test "$PHP_OPCACHE" != "no"; then
66
66
esac
67
67
fi
68
68
69
- if test "$PHP_THREAD_SAFETY " = "yes"; then
69
+ if test "$enable_zts " = "yes"; then
70
70
DASM_FLAGS="$DASM_FLAGS -D ZTS=1"
71
71
fi
72
72
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ if test "$PHP_MM" != "no"; then
31
31
AC_MSG_ERROR ( cannot find mm library )
32
32
fi
33
33
34
- if test "$PHP_THREAD_SAFETY " = "yes"; then
34
+ if test "$enable_zts " = "yes"; then
35
35
dnl The mm library is not thread-safe, and mod_mm.c refuses to compile.
36
36
AC_MSG_ERROR ( -- with-mm cannot be combined with -- enable-zts )
37
37
fi
You can’t perform that action at this time.
0 commit comments