From f2f40b1cf7ca70cbc2ccd3c2f46561cb77deb987 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Tue, 21 Sep 2021 13:18:08 +0200 Subject: [PATCH] 7.3.32 is next --- NEWS | 5 ++++- Zend/zend.h | 2 +- configure.ac | 2 +- main/php_version.h | 6 +++--- 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 961497eab58..388984dec52 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 7.3.31 +?? ??? ????, PHP 7.3.32 + + +23 Sep 2021, PHP 7.3.31 - Zip: . Fixed bug #81420 (ZipArchive::extractTo extracts outside of destination). diff --git a/Zend/zend.h b/Zend/zend.h index 1c3494ad617..7329303d83b 100644 --- a/Zend/zend.h +++ b/Zend/zend.h @@ -20,7 +20,7 @@ #ifndef ZEND_H #define ZEND_H -#define ZEND_VERSION "3.3.31-dev" +#define ZEND_VERSION "3.3.32-dev" #define ZEND_ENGINE_3 diff --git a/configure.ac b/configure.ac index 40414da6c12..7bb1aa1e5e0 100644 --- a/configure.ac +++ b/configure.ac @@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=7 PHP_MINOR_VERSION=3 -PHP_RELEASE_VERSION=31 +PHP_RELEASE_VERSION=32 PHP_EXTRA_VERSION="-dev" PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION" PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION` diff --git a/main/php_version.h b/main/php_version.h index bf09037f07e..5bcd2c245e4 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 7 #define PHP_MINOR_VERSION 3 -#define PHP_RELEASE_VERSION 31 +#define PHP_RELEASE_VERSION 32 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "7.3.31-dev" -#define PHP_VERSION_ID 70331 +#define PHP_VERSION "7.3.32-dev" +#define PHP_VERSION_ID 70332