]> granicus.if.org Git - php/commitdiff
Prepare main branch for PHP 7.3.5
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 19 Mar 2019 15:20:55 +0000 (16:20 +0100)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 19 Mar 2019 15:20:55 +0000 (16:20 +0100)
NEWS
Zend/zend.h
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index b9219a9a86cf5e420a034b9ced36521d36d07b94..e205855355325efecc73d39d5d005e1dc6cf7666 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 7.3.4
+?? ??? ????, PHP 7.3.5
+
+28 Mar 2019, PHP 7.3.4
 
 - Core:
   . Fixed bug #77738 (Nullptr deref in zend_compile_expr). (Laruence)
index 6ee66132c7842df4a8e387772c3fe6d4ef8ce54b..3d8a6a88ec1385d095805ab51cd37fc8d37da70f 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef ZEND_H
 #define ZEND_H
 
-#define ZEND_VERSION "3.3.4-dev"
+#define ZEND_VERSION "3.3.5-dev"
 
 #define ZEND_ENGINE_3
 
index a5dedd30a20889205205b3a6378639052022edb2..352d64721e6807038a0f1e7a664f7fe248614abe 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=4
+PHP_RELEASE_VERSION=5
 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 1be23ec4fd336e716376d171a6e0200de45c0d40..3bdeb206cff5b6347c771c439581669f66028a1f 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 4
+#define PHP_RELEASE_VERSION 5
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.3.4-dev"
-#define PHP_VERSION_ID 70304
+#define PHP_VERSION "7.3.5-dev"
+#define PHP_VERSION_ID 70305