Skip to content

Commit f020d53

Browse files
committed
Reset for 8.0.7
1 parent d1c0cbd commit f020d53

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

NEWS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2021, PHP 8.0.6
3+
?? ??? 2021, PHP 8.0.7
44

55
- Core:
66
. Fixed bug #80960 (opendir() warning wrong info when failed on Windows).
@@ -33,6 +33,12 @@ PHP NEWS
3333
- XMLReader:
3434
. Fixed bug #73246 (XMLReader: encoding length not checked). (cmb)
3535

36+
06 May 2021, PHP 8.0.6
37+
38+
- PDO_pgsql:
39+
. Revert "Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR)"
40+
from PHP 8.0.5.
41+
3642
29 Apr 2021, PHP 8.0.5
3743

3844
- Core:

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.6-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[8.0.7-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 6
5+
#define PHP_RELEASE_VERSION 7
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "8.0.6-dev"
8-
#define PHP_VERSION_ID 80006
7+
#define PHP_VERSION "8.0.7-dev"
8+
#define PHP_VERSION_ID 80007

0 commit comments

Comments
 (0)