We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a80db7b commit d93800eCopy full SHA for d93800e
NEWS
@@ -7,6 +7,7 @@ PHP NEWS
7
(rioderelfte)
8
. Fixed bug GH-12215 (Module entry being overwritten causes type errors in
9
ext/dom). (nielsdos)
10
+ . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
11
12
- Filter:
13
. Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)
build/php.m4
@@ -2700,7 +2700,7 @@ AC_DEFUN([PHP_CHECK_BUILTIN_CPU_INIT], [
2700
AC_MSG_CHECKING([for __builtin_cpu_init])
2701
2702
AC_LINK_IFELSE([AC_LANG_PROGRAM([], [[
2703
- return __builtin_cpu_init()? 1 : 0;
+ __builtin_cpu_init();
2704
]])], [
2705
have_builtin_cpu_init=1
2706
AC_MSG_RESULT([yes])
0 commit comments