]> granicus.if.org Git - php/commitdiff
Next will be 7.3.10
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 13 Aug 2019 21:57:48 +0000 (23:57 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 13 Aug 2019 21:57:48 +0000 (23:57 +0200)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 9877bfe4b827f67a366e2787d5150bf78cfe5011..87140f8ea9586ce4e8c878aaf0ac1998c3c9a894 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.9
+?? ??? ????, PHP 7.3.10
+
+29 Aug 2019, PHP 7.3.9
 
 - Core:
   . Fixed bug #78363 (Buffer overflow in zendparse). (Nikita)
index de667894a676bc17202dec02500a39ca4a35427c..2f11552c21f610cb9d4c68831d0cc9162f585322 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.9-dev"
+#define ZEND_VERSION "3.3.10-dev"
 
 #define ZEND_ENGINE_3
 
index 9fde0ff72372dbd6ee313a53f1672164249bfa3f..6811ce7ad0594878ffb1bb07b32eede257145517 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=9
+PHP_RELEASE_VERSION=10
 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 431f592491a05b2d91edc1ce0671ce2b5674fe85..2fb0e3c243eae5513f256b9c2191baa060d57720 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 9
+#define PHP_RELEASE_VERSION 10
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.9-dev"
-#define PHP_VERSION_ID 70309
+#define PHP_VERSION "7.3.10-dev"
+#define PHP_VERSION_ID 70310