]> granicus.if.org Git - php/commitdiff
Next is 7.3.8
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 11 Jun 2019 11:31:30 +0000 (13:31 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 11 Jun 2019 11:31:30 +0000 (13:31 +0200)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index f440ec40cd5e94e08f73d41d8aef410387c31b95..447f6eb82425efba6125a1b5cbae4825421930cd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.7
+?? ??? ????, PHP 7.3.8
+
+
+27 Jun 2019, PHP 7.3.7
 
 - Core:
   . Fixed bug #76980 (Interface gets skipped if autoloader throws an exception).
index c85e51d9acfe5d61f6cbf48d1f6b9225fa01efab..6412af31177c8b869d85194be1022a5b948be523 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.7-dev"
+#define ZEND_VERSION "3.3.8-dev"
 
 #define ZEND_ENGINE_3
 
index 7c3c2a27c5e0eeb338690e3fd83b5570c1c70609..ef688ace3cb2028e1cd7c1c9b6eaff5eabe72d51 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=7
+PHP_RELEASE_VERSION=8
 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 208791e8ce94b27f0ae96c485cce510fa1cf95c0..0f5cce4a4f23ba6c403872673d75f464f2f1fc12 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 7
+#define PHP_RELEASE_VERSION 8
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.7-dev"
-#define PHP_VERSION_ID 70307
+#define PHP_VERSION "7.3.8-dev"
+#define PHP_VERSION_ID 70308