diff options
| author | Ilia Alshanetsky <iliaa@php.net> | 2008-11-27 21:21:42 +0000 |
|---|---|---|
| committer | Ilia Alshanetsky <iliaa@php.net> | 2008-11-27 21:21:42 +0000 |
| commit | c66894df940cf5bcfe7cc21f1a1280ec6d6c0ca7 (patch) | |
| tree | 9a3275815eb0a5d6e001bddd76f6b173ca15d397 | |
| parent | 460b6552cd6b74907572092e24c0c987eca19c9a (diff) | |
| download | php-git-c66894df940cf5bcfe7cc21f1a1280ec6d6c0ca7.tar.gz | |
5.2.7RC5
| -rw-r--r-- | NEWS | 2 | ||||
| -rw-r--r-- | configure.in | 2 | ||||
| -rw-r--r-- | main/php_version.h | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Nov 2008, PHP 5.2.7 +27 Nov 2008, PHP 5.2.7RC5 - Upgraded PCRE to version 7.8 (Fixes CVE-2008-2371) (Ilia) - Fixed a crash inside gd with invalid fonts (Fixes CVE-2008-3658). (Pierre) diff --git a/configure.in b/configure.in index 01b5514590..7d1d82d025 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) PHP_MAJOR_VERSION=5 PHP_MINOR_VERSION=2 PHP_RELEASE_VERSION=7 -PHP_EXTRA_VERSION="RC5-dev" +PHP_EXTRA_VERSION="RC5" 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 42225c02c0..3cb25f70b1 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,6 +3,6 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 2 #define PHP_RELEASE_VERSION 7 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "5.2.7RC5-dev" +#define PHP_EXTRA_VERSION "RC5" +#define PHP_VERSION "5.2.7RC5" #define PHP_VERSION_ID 50207 |
