Skip to content

Commit 6f32a4a

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: Fix build with -std=
2 parents b6ca147 + ede7c67 commit 6f32a4a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

NEWS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ PHP NEWS
1515
accessing properties on Reflection LazyProxy via isset()). (Arnaud)
1616
. Fixed OSS-Fuzz #478009707 (Borked assign-op/inc/dec on untyped hooked
1717
property backing value). (ilutov)
18+
. Fixed bug GH-21215 (Build fails with -std=). (Arnaud)
1819

1920
- Date:
2021
. Fixed bug GH-20936 (DatePeriod::__set_state() cannot handle null start).

main/debug_gdb_scripts.c

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/gdb/debug_gdb_scripts_gen.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* See https://sourceware.org/gdb/current/onlinedocs/gdb.html/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section
2929
*/
30-
asm(
30+
__asm__(
3131
".pushsection \".debug_gdb_scripts\", \"MS\",%%progbits,1\n"
3232
".byte 4 /* Python Text */\n"
3333
".ascii \"gdb.inlined-script\\n\"\n"

0 commit comments

Comments
 (0)