]> granicus.if.org Git - php/commitdiff
Next is 7.3.17
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Mar 2020 09:19:31 +0000 (10:19 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Mar 2020 09:19:31 +0000 (10:19 +0100)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 1cdfac06bb9d8cebdd9dafba15d3e49bdc6246fe..8f89531714f0558ee051d0d34007b0387c1d76fa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.16
+?? ??? ????, PHP 7.3.17
+
+19 Mar 2020, PHP 7.3.16
 
 - Core:
   . Fixed bug #63206 (restore_error_handler does not restore previous errors
index 2bb1560afa53fc9395de1224effa59f4be5361a0..7be5d84d57a987abc846c68f7f62ed665066c394 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.16-dev"
+#define ZEND_VERSION "3.3.17-dev"
 
 #define ZEND_ENGINE_3
 
index 3c729444d8b42021c4d7558058e2795a9b140e71..5b9a69044672a69e52c8ed1a778908f8076aa064 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=16
+PHP_RELEASE_VERSION=17
 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 83cfdacd7c3833203822ff4949325177fdd1bd5e..7abd288fa49864e29b01b4c3fd028c6804914e7a 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 16
+#define PHP_RELEASE_VERSION 17
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.16-dev"
-#define PHP_VERSION_ID 70316
+#define PHP_VERSION "7.3.17-dev"
+#define PHP_VERSION_ID 70317