diff options
author | Xinchen Hui <laruence@php.net> | 2013-12-27 14:04:59 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2013-12-27 14:04:59 +0800 |
commit | 2938329ce19cb8c4197dec146c3ec887c6f61d01 (patch) | |
tree | 5c0df5eec3b2f8e239adf654cdc425ea65ed97d3 /main/php_version.h | |
parent | 6414fe283e3931d87416a155f4cfbaaf5ffca1ad (diff) | |
download | php-git-2938329ce19cb8c4197dec146c3ec887c6f61d01.tar.gz |
Fixed bug #66356 (Heap Overflow Vulnerability in imagecrop())
And also fixed the bug: arguments are altered after some calls
Diffstat (limited to 'main/php_version.h')
-rw-r--r-- | main/php_version.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 |