From: Stanislav Malyshev Date: Wed, 5 Aug 2015 06:58:00 +0000 (-0700) Subject: 5.5.28 X-Git-Tag: php-5.5.28^0 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d6d5fb0aa1b2a014f7a800331a4f631cbb5ad5e5;p=php 5.5.28 --- diff --git a/NEWS b/NEWS index 1202167dae..ee9c672ce4 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2015, PHP 5.5.28 - -** PHP 5.5 is in security-only mode , please do not commit to this branch ** +06 Aug 2015, PHP 5.5.28 - Core: . Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive diff --git a/configure.in b/configure.in index efcf90ef12..656087f4fe 100644 --- a/configure.in +++ b/configure.in @@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...); PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=5 PHP_RELEASE_VERSION=28 -PHP_EXTRA_VERSION="-dev" +PHP_EXTRA_VERSION="" 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 74616e161a..6f0765f664 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 5 #define PHP_RELEASE_VERSION 28 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.28-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "5.5.28" #define PHP_VERSION_ID 50528