From d6d5fb0aa1b2a014f7a800331a4f631cbb5ad5e5 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Tue, 4 Aug 2015 23:58:00 -0700 Subject: [PATCH] 5.5.28 --- NEWS | 4 +--- configure.in | 2 +- main/php_version.h | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 1202167daebbc..ee9c672ce4e69 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 efcf90ef1203b..656087f4fe471 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 74616e161a9a5..6f0765f664199 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