From f652d223e96fb960916d68072bbe5d6740db435e Mon Sep 17 00:00:00 2001 From: Pierrick Charron Date: Wed, 20 Dec 2023 01:23:20 -0500 Subject: [PATCH] Prepare PHP 8.2.14 --- NEWS | 4 ++-- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index dcae26e4490..7c7bdaf0d69 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.2.14 +21 Dec 2023, PHP 8.2.14 - Core: . Fixed oss-fuzz #54325 (Use-after-free of name in var-var with malicious @@ -27,7 +27,7 @@ PHP NEWS - FTP: . Fixed bug GH-9348 (FTP & SSL session reuse). (nielsdos) - + - Intl: . Fixed bug GH-12635 (Test bug69398.phpt fails with ICU 74.1). (nielsdos) diff --git a/Zend/zend.h b/Zend/zend.h index 7dd0ed1071f..526bbf078fa 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "4.2.14-dev" +#define ZEND_VERSION "4.2.14" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index dd346421610..d11f13f8540 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.2.14-dev],[https://github.com/php/php-src/issues],[php],[https://www.php.net]) +AC_INIT([PHP],[8.2.14],[https://github.com/php/php-src/issues],[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 87eb6ba3b3a..79f6f7b3ae8 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 8 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 14 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "8.2.14-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "8.2.14" #define PHP_VERSION_ID 80214