File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ PHP NEWS
9
9
warning). (Girgias)
10
10
. Fixed bug GH-12215 (Module entry being overwritten causes type errors in
11
11
ext/dom). (nielsdos)
12
-
13
- - Core:
14
12
. Fixed bug GH-12207 (memory leak when class using trait with doc block).
15
13
(rioderelfte)
14
+ . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
16
15
17
16
- Filter:
18
17
. Fix explicit FILTER_REQUIRE_SCALAR with FILTER_CALLBACK (ilutov)
Original file line number Diff line number Diff line change @@ -2713,7 +2713,7 @@ AC_DEFUN([PHP_CHECK_BUILTIN_CPU_INIT], [
2713
2713
AC_MSG_CHECKING ( [ for __builtin_cpu_init] )
2714
2714
2715
2715
AC_LINK_IFELSE ( [ AC_LANG_PROGRAM ( [ ] , [ [
2716
- return __builtin_cpu_init()? 1 : 0 ;
2716
+ __builtin_cpu_init();
2717
2717
] ] ) ] , [
2718
2718
have_builtin_cpu_init=1
2719
2719
AC_MSG_RESULT ( [ yes] )
You can’t perform that action at this time.
0 commit comments