File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 6
6
. Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer).
7
7
(zeriyoshi)
8
8
. Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
9
+ . Fixed bug GH-15514 (Configure error: genif.sh: syntax error). (Peter Kokot)
9
10
10
11
- MySQLnd:
11
12
. Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
Original file line number Diff line number Diff line change @@ -1832,10 +1832,10 @@ FEO
1832
1832
dnl Run this only when generating all the files.
1833
1833
if test -n "\$REDO_ALL"; then
1834
1834
echo "creating main/internal_functions.c"
1835
- AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_STATIC" > main/internal_functions.c
1835
+ AWK="$AWK" $SHELL $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_STATIC" > main/internal_functions.c
1836
1836
1837
1837
echo "creating main/internal_functions_cli.c"
1838
- AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_CLI_STATIC" > main/internal_functions_cli.c
1838
+ AWK="$AWK" $SHELL $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_CLI_STATIC" > main/internal_functions_cli.c
1839
1839
1840
1840
if test "$PHP_SAPI" = "apache2handler"; then
1841
1841
if test "$APACHE_VERSION" -ge 2004001; then
You can’t perform that action at this time.
0 commit comments