Skip to content

Commit 269a9e1

Browse files
committed
PHP-8.0 is now for 8.0.31-dev
1 parent d8f2584 commit 269a9e1

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

NEWS

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 8.0.30
3+
?? ??? ????, PHP 8.0.31
4+
5+
6+
7+
03 Aug 2023, PHP 8.0.30
48

59
- Libxml:
610
. Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
@@ -22,7 +26,7 @@ PHP NEWS
2226
- Core:
2327
. Fixed bug #81744 (Password_verify() always return true with some hash).
2428
(CVE-2023-0567). (Tim Düsterhus)
25-
. Fixed bug #81746 (1-byte array overrun in common path resolve code).
29+
. Fixed bug #81746 (1-byte array overrun in common path resolve code).
2630
(CVE-2023-0568). (Niels Dossche)
2731

2832
- SAPI:
@@ -32,7 +36,7 @@ PHP NEWS
3236
05 Jan 2023, PHP 8.0.27
3337

3438
- PDO/SQLite:
35-
. Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
39+
. Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
3640
(cmb)
3741

3842
24 Nov 2022, PHP 8.0.26

Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef ZEND_H
2121
#define ZEND_H
2222

23-
#define ZEND_VERSION "4.0.27-dev"
23+
#define ZEND_VERSION "4.0.31-dev"
2424

2525
#define ZEND_ENGINE_3
2626

configure.ac

+1-1
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.27-dev],[https://bugs.php.net],[php],[https://www.php.net])
20+
AC_INIT([PHP],[8.0.31-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

+3-3
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 27
5+
#define PHP_RELEASE_VERSION 31
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "8.0.27-dev"
8-
#define PHP_VERSION_ID 80027
7+
#define PHP_VERSION "8.0.31-dev"
8+
#define PHP_VERSION_ID 80031

0 commit comments

Comments
 (0)