]> granicus.if.org Git - php/commitdiff
7.3.28 is next
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Feb 2021 16:01:55 +0000 (17:01 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 2 Feb 2021 16:01:55 +0000 (17:01 +0100)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 9b9486c99a3d740869de9e42f4c5de5ba72a1563..e0addfebbd5af1b9904d3786893870fc85b1e70e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.27
+?? ??? ????, PHP 7.3.28
+
+
+04 Feb 2021, PHP 7.3.27
 
 - SOAP:
   . Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702) (cmb, Stas)
 
-
 07 Jan 2021, PHP 7.3.26
 
 - Standard:
index cec60fb332cd38d9fc181696394e61059bda6548..2a300580edd72fa9fd02c6917e7a520dfd429576 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.27-dev"
+#define ZEND_VERSION "3.3.28-dev"
 
 #define ZEND_ENGINE_3
 
index 9bf637ef110ac80266c17c482fb0a9ba73065e86..02d31da729da2084fc9ee68196e742beee12f0fe 100644 (file)
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=3
-PHP_RELEASE_VERSION=27
+PHP_RELEASE_VERSION=28
 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`
index 910265f296cd4a0b8fba769fd651abede8b16df0..0ba7f9f3d3a54bc524be4560a6fc01e1c229b021 100644 (file)
@@ -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 27
+#define PHP_RELEASE_VERSION 28
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.27-dev"
-#define PHP_VERSION_ID 70327
+#define PHP_VERSION "7.3.28-dev"
+#define PHP_VERSION_ID 70328