From 2938329ce19cb8c4197dec146c3ec887c6f61d01 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Fri, 27 Dec 2013 14:04:59 +0800 Subject: Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop()) And also fixed the bug: arguments are altered after some calls --- main/php_version.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'main/php_version.h') diff --git a/main/php_version.h b/main/php_version.h index 8d30a367d3..d9ea4aab3c 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -2,7 +2,7 @@ /* edit configure.in to change version number */ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 5 -#define PHP_RELEASE_VERSION 8 +#define PHP_RELEASE_VERSION 5 #define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "5.5.8-dev" -#define PHP_VERSION_ID 50508 +#define PHP_VERSION "5.5.5-dev" +#define PHP_VERSION_ID 50505 -- cgit v1.2.1