From 8213daa932be1c2ae04726233e4e56e5df63980e Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Thu, 3 Aug 2023 11:38:07 -0500 Subject: [PATCH] Update versions for PHP 8.0.30 --- NEWS | 6 +++--- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS b/NEWS index 1f694ae6e615c..8147a7e517cdd 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.0.30 +03 Aug 2023, PHP 8.0.30 - Libxml: . Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading @@ -22,7 +22,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 +32,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 d5a31262187e4..eb2fcc5a6cc7f 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.0.30-dev" +#define ZEND_VERSION "4.0.30" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 9555311f60b8d..18db615146437 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.30-dev],[https://bugs.php.net],[php],[https://www.php.net]) +AC_INIT([PHP],[8.0.30],[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 5b807812b8372..4dd11096a980d 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 0 #define PHP_RELEASE_VERSION 30 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.0.30-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "8.0.30" #define PHP_VERSION_ID 80030