Skip to content

Commit 64918fe

Browse files
committed
Prep for 8.0.8
1 parent 5dfdd69 commit 64918fe

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

NEWS

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2021, PHP 8.0.7
3+
?? ??? 2021, PHP 8.0.8
4+
5+
- Standard:
6+
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
7+
(cmb)
8+
9+
03 Jun 2021, PHP 8.0.7
410

511
- Core:
612
. Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
@@ -52,10 +58,6 @@ PHP NEWS
5258
. Fixed bug #80933 (SplFileObject::DROP_NEW_LINE is broken for NUL and CR).
5359
(cmb, Nikita)
5460

55-
- Standard:
56-
. Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion").
57-
(cmb)
58-
5961
- XMLReader:
6062
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
6163

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
1717
dnl ----------------------------------------------------------------------------
1818

1919
AC_PREREQ([2.68])
20-
AC_INIT([PHP],[8.0.7-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[8.0.8-dev],[https://bugs.php.net],[php],[https://www.php.net])
2121
AC_CONFIG_SRCDIR([main/php_version.h])
2222
AC_CONFIG_AUX_DIR([build])
2323
AC_PRESERVE_HELP_ORDER

main/php_version.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.ac to change version number */
33
#define PHP_MAJOR_VERSION 8
44
#define PHP_MINOR_VERSION 0
5-
#define PHP_RELEASE_VERSION 7
5+
#define PHP_RELEASE_VERSION 8
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "8.0.7-dev"
8-
#define PHP_VERSION_ID 80007
7+
#define PHP_VERSION "8.0.8-dev"
8+
#define PHP_VERSION_ID 80008

0 commit comments

Comments
 (0)