From: Remi Collet Date: Tue, 13 Mar 2018 11:49:25 +0000 (+0100) Subject: next is 7.2.5 X-Git-Tag: php-7.2.5RC1~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d660d6d31bdfa771fea4e2cacb9446ce6602bb61;p=php next is 7.2.5 --- 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