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.
1 parent 068c8db commit bf9dc53Copy full SHA for bf9dc53
NEWS
@@ -19,6 +19,10 @@ PHP NEWS
19
- ODBC:
20
. Fixed bug #80460 (ODBC doesn't account for SQL_NO_TOTAL indicator). (cmb)
21
22
+- Opcache:
23
+ . Fixed bug #81007 (JIT "not supported" on 32-bit x86 -- build problem?).
24
+ (Nikita)
25
+
26
- PDO_pgsql:
27
. Reverted bug fix for #80892 (PDO::PARAM_INT is treated the same as
28
PDO::PARAM_STR). (Matteo)
ext/opcache/config.m4
@@ -29,7 +29,7 @@ if test "$PHP_OPCACHE" != "no"; then
29
30
if test "$PHP_OPCACHE_JIT" = "yes"; then
31
case $host_cpu in
32
- x86*)
+ i[[34567]]86*|x86*)
33
;;
34
*)
35
AC_MSG_WARN([JIT not supported by host architecture])
0 commit comments