1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Prep for 8.0.8

This commit is contained in:
Sara Golemon
2021-05-19 19:18:56 +00:00
parent 5dfdd694e7
commit 64918fee97
3 changed files with 11 additions and 9 deletions

12
NEWS
View File

@@ -1,6 +1,12 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2021, PHP 8.0.7
?? ??? 2021, PHP 8.0.8
- Standard:
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
(cmb)
03 Jun 2021, PHP 8.0.7
- Core:
. Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
@@ -52,10 +58,6 @@ PHP NEWS
. Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
(cmb, Nikita)
- Standard:
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
(cmb)
- XMLReader:
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)

View File

@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------
AC_PREREQ([2.68])
AC_INIT([PHP],[8.0.7-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[8.0.8-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

View File

@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 7
#define PHP_RELEASE_VERSION 8
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "8.0.7-dev"
#define PHP_VERSION_ID 80007
#define PHP_VERSION "8.0.8-dev"
#define PHP_VERSION_ID 80008