From 269a9e18ecc87fc4e28702a5521d6d0476c41179 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 3 Aug 2023 12:03:16 -0500 Subject: [PATCH] PHP-8.0 is now for 8.0.31-dev --- NEWS | 10 +++++++--- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 6 +++--- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 1f694ae6e61..5587c9f38ae 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,10 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.0.30 +?? ??? ????, PHP 8.0.31 + + + +03 Aug 2023, PHP 8.0.30 - Libxml: . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading @@ -22,7 +26,7 @@ PHP NEWS - Core: . Fixed bug #81744 (Password_verify() always return true with some hash). (CVE-2023-0567). (Tim Düsterhus) - . Fixed bug #81746 (1-byte array overrun in common path resolve code). + . Fixed bug #81746 (1-byte array overrun in common path resolve code). (CVE-2023-0568). (Niels Dossche) - SAPI: @@ -32,7 +36,7 @@ PHP NEWS 05 Jan 2023, PHP 8.0.27 - PDO/SQLite: - . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631) + . Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631) (cmb) 24 Nov 2022, PHP 8.0.26 diff --git a/Zend/zend.h b/Zend/zend.h index 11bf4fc29f1..8da9b6bc624 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.0.27-dev" +#define ZEND_VERSION "4.0.31-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 23d46ae8d10..35a175eb322 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice. dnl ---------------------------------------------------------------------------- AC_PREREQ([2.68]) -AC_INIT([PHP],[8.0.27-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.31-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 diff --git a/main/php_version.h b/main/php_version.h index 22111976ccb..c58829e8b90 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -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 27 +#define PHP_RELEASE_VERSION 31 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.27-dev" -#define PHP_VERSION_ID 80027 +#define PHP_VERSION "8.0.31-dev" +#define PHP_VERSION_ID 80031