mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Update NEWS and version
This commit is contained in:
parent
e8a89c49db
commit
a33d0c3aae
2 changed files with 4 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -1,6 +1,8 @@
|
|||
PHP NEWS
|
||||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
||||
21 Jan 2021, PHP 7.4.15RC1
|
||||
?? ??? 2021, PHP 7.4.16
|
||||
|
||||
21 Jan 2021, PHP 7.4.15
|
||||
|
||||
- Core:
|
||||
. Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)
|
||||
|
|
|
@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
|
|||
dnl ----------------------------------------------------------------------------
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([PHP],[7.4.13-dev],[https://bugs.php.net],[php],[https://www.php.net])
|
||||
AC_INIT([PHP],[7.4.16-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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue