mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix bug GH-15514 (Configure error: genif.sh: syntax error)
This commit is contained in:
1
NEWS
1
NEWS
@@ -6,6 +6,7 @@ PHP NEWS
|
||||
. Fixed bug GH-15408 (MSan false-positve on zend_max_execution_timer).
|
||||
(zeriyoshi)
|
||||
. Fixed bug GH-15515 (Configure error grep illegal option q). (Peter Kokot)
|
||||
. Fixed bug GH-15514 (Configure error: genif.sh: syntax error). (Peter Kokot)
|
||||
|
||||
- MySQLnd:
|
||||
. Fixed bug GH-15432 (Heap corruption when querying a vector). (cmb,
|
||||
|
||||
@@ -1832,10 +1832,10 @@ FEO
|
||||
dnl Run this only when generating all the files.
|
||||
if test -n "\$REDO_ALL"; then
|
||||
echo "creating main/internal_functions.c"
|
||||
AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_STATIC" > main/internal_functions.c
|
||||
AWK="$AWK" $SHELL $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_STATIC" > main/internal_functions.c
|
||||
|
||||
echo "creating main/internal_functions_cli.c"
|
||||
AWK="$AWK" sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_CLI_STATIC" > main/internal_functions_cli.c
|
||||
AWK="$AWK" $SHELL $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in "$EXT_CLI_STATIC" > main/internal_functions_cli.c
|
||||
|
||||
if test "$PHP_SAPI" = "apache2handler"; then
|
||||
if test "$APACHE_VERSION" -ge 2004001; then
|
||||
|
||||
Reference in New Issue
Block a user