Skip to content

Commit

Permalink
Set -std=gnu99 for PHP extension compile.
Browse files Browse the repository at this point in the history
  • Loading branch information
haberman committed Nov 2, 2020
1 parent f65bcca commit 78f56b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/ext/google/protobuf/config.m4
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if test "$PHP_PROTOBUF" != "no"; then
PHP_NEW_EXTENSION(
protobuf,
arena.c array.c convert.c def.c map.c message.c names.c php-upb.c protobuf.c,
$ext_shared)
$ext_shared, , -std=gnu99)

fi

0 comments on commit 78f56b8

Please sign in to comment.