summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2018-03-13 12:49:25 +0100
committerRemi Collet <remi@php.net>2018-03-13 12:49:25 +0100
commitd660d6d31bdfa771fea4e2cacb9446ce6602bb61 (patch)
tree98ff7c25388e847c90ecd056f72505d11a141a36
parent5574562f8f9f01d8690887206a21e533939593b6 (diff)
downloadphp-git-d660d6d31bdfa771fea4e2cacb9446ce6602bb61.tar.gz
next is 7.2.5
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 9 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 1484aabd98..3dc8329992 100644
--- 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).
diff --git a/configure.ac b/configure.ac
index 3491dd4a36..05f94f08a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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`
diff --git a/main/php_version.h b/main/php_version.h
index 620e811f39..2255c4fcc9 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -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