]> granicus.if.org Git - php/commitdiff
next is 7.2.5
authorRemi Collet <remi@php.net>
Tue, 13 Mar 2018 11:49:25 +0000 (12:49 +0100)
committerRemi Collet <remi@php.net>
Tue, 13 Mar 2018 11:49:25 +0000 (12:49 +0100)
NEWS
configure.ac
main/php_version.h

diff --git a/NEWS b/NEWS
index 1484aabd9842573abece63a87314bd68deeb7e8e..3dc8329992340b38f6cccc7e5fc7347a51dcc62a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,10 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 7.2.4
+?? ??? 2018, PHP 7.2.5
+
+
+
+29 Mar 2018, PHP 7.2.4
 
 - Core:
   . Fixed bug #76025 (Segfault while throwing exception in error_handler).
index 3491dd4a3669a582ab0ddf67fa41ced47fc5e1c8..05f94f08a9c84bef60612c8a474d7e08f926eef2 100644 (file)
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
 
 PHP_MAJOR_VERSION=7
 PHP_MINOR_VERSION=2
-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 620e811f39bcb3341cf9fbab0ef093f00fcb16ce..2255c4fcc916d6a006ed7d77b0184cb47a7cb4a8 100644 (file)
@@ -2,7 +2,7 @@
 /* edit configure.ac to change version number */
 #define PHP_MAJOR_VERSION 7
 #define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 4
+#define PHP_RELEASE_VERSION 5
 #define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.4-dev"
-#define PHP_VERSION_ID 70204
+#define PHP_VERSION "7.2.5-dev"
+#define PHP_VERSION_ID 70205