1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

Prepare for 7.4.29

This commit is contained in:
Derick Rethans
2022-02-15 13:27:37 +00:00
parent d13ceb74fa
commit 325bcf9f1d
2 changed files with 5 additions and 2 deletions

5
NEWS
View File

@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.4.28
?? ??? ????, PHP 7.4.29
17 Feb 2022, PHP 7.4.28
- Filter:
. Fix #81708: UAF due to php_filter_float() failing for ints

View File

@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
AC_INIT([PHP],[7.4.27-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[7.4.29-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER