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

diff --git a/NEWS b/NEWS
index 454fedc86c02bd8bf38ad61737524fd9a0b4bbaa..bb4073e09519ce099f1e2a7d79fe7f54f83d5123 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.17
+?? ??? ????, PHP 7.3.18
+
+16 Apr 2020, PHP 7.3.17
 
 - Core:
   . Fixed bug #79364 (When copy empty array, next key is unspecified). (cmb)
index 7be5d84d57a987abc846c68f7f62ed665066c394..238b453a0c1ba75ea63669eb81015c983a5853c5 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.17-dev"
+#define ZEND_VERSION "3.3.18-dev"
 
 #define ZEND_ENGINE_3
 
index 5b9a69044672a69e52c8ed1a778908f8076aa064..3d129f35948858f21c532b5d3b70b1f2575f53b7 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=17
+PHP_RELEASE_VERSION=18
 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 7abd288fa49864e29b01b4c3fd028c6804914e7a..a4de784fc6e7a9ea7d5301b82956252a59e22e87 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 17
+#define PHP_RELEASE_VERSION 18
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.17-dev"
-#define PHP_VERSION_ID 70317
+#define PHP_VERSION "7.3.18-dev"
+#define PHP_VERSION_ID 70318