mirror of
https://github.com/php/php-src.git
synced 2025-08-16 22:18:50 +02:00
Prep for 8.0.8
This commit is contained in:
parent
5dfdd694e7
commit
64918fee97
3 changed files with 11 additions and 9 deletions
12
NEWS
12
NEWS
|
@ -1,6 +1,12 @@
|
||||||
PHP NEWS
|
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:
|
- Core:
|
||||||
. Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
|
. 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).
|
. Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
|
||||||
(cmb, Nikita)
|
(cmb, Nikita)
|
||||||
|
|
||||||
- Standard:
|
|
||||||
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
|
|
||||||
(cmb)
|
|
||||||
|
|
||||||
- XMLReader:
|
- XMLReader:
|
||||||
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
|
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
|
||||||
dnl ----------------------------------------------------------------------------
|
dnl ----------------------------------------------------------------------------
|
||||||
|
|
||||||
AC_PREREQ([2.68])
|
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_SRCDIR([main/php_version.h])
|
||||||
AC_CONFIG_AUX_DIR([build])
|
AC_CONFIG_AUX_DIR([build])
|
||||||
AC_PRESERVE_HELP_ORDER
|
AC_PRESERVE_HELP_ORDER
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
/* edit configure.ac to change version number */
|
/* edit configure.ac to change version number */
|
||||||
#define PHP_MAJOR_VERSION 8
|
#define PHP_MAJOR_VERSION 8
|
||||||
#define PHP_MINOR_VERSION 0
|
#define PHP_MINOR_VERSION 0
|
||||||
#define PHP_RELEASE_VERSION 7
|
#define PHP_RELEASE_VERSION 8
|
||||||
#define PHP_EXTRA_VERSION "-dev"
|
#define PHP_EXTRA_VERSION "-dev"
|
||||||
#define PHP_VERSION "8.0.7-dev"
|
#define PHP_VERSION "8.0.8-dev"
|
||||||
#define PHP_VERSION_ID 80007
|
#define PHP_VERSION_ID 80008
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue