File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,9 @@ PHP NEWS
99 warning). (Girgias)
1010 . Fixed bug GH-12215 (Module entry being overwritten causes type errors in
1111 ext/dom). (nielsdos)
12-
13- - Core:
1412 . Fixed bug GH-12207 (memory leak when class using trait with doc block).
1513 (rioderelfte)
14+ . Fixed bug GH-12273 (__builtin_cpu_init check). (Freaky)
1615
1716- Filter:
1817 . 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], [
27132713 AC_MSG_CHECKING ( [ for __builtin_cpu_init] )
27142714
27152715 AC_LINK_IFELSE ( [ AC_LANG_PROGRAM ( [ ] , [ [
2716- return __builtin_cpu_init()? 1 : 0 ;
2716+ __builtin_cpu_init();
27172717 ] ] ) ] , [
27182718 have_builtin_cpu_init=1
27192719 AC_MSG_RESULT ( [ yes] )
You can’t perform that action at this time.
0 commit comments