From: Ilia Alshanetsky Date: Wed, 16 Nov 2005 14:18:11 +0000 (+0000) Subject: 5.1.0RC5 X-Git-Tag: php-5.1.0RC5~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=209169786a7fda2897f5ab36c7cb555007aa90c2;p=php 5.1.0RC5 --- diff --git a/NEWS b/NEWS index 0c423798fb..bf2af37a44 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Nov 2005, PHP 5.1 +16 Nov 2005, PHP 5.1 Release Candidate 5 - Changed type hints to allow "null" as default value for class and array. (Marcus, Derick, Dmitry) - Fixed __get/__set to allow recursive calls for different properties. (Dmitry) diff --git a/configure.in b/configure.in index 73c546da03..b3b7074e1e 100644 --- a/configure.in +++ b/configure.in @@ -42,7 +42,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=5 MINOR_VERSION=1 RELEASE_VERSION=0 -EXTRA_VERSION="RC5-dev" +EXTRA_VERSION="RC5" VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION" dnl Define where extension directories are located in the configure context diff --git a/main/php_version.h b/main/php_version.h index 60293fac08..f6e5a60e73 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 5 #define PHP_MINOR_VERSION 1 #define PHP_RELEASE_VERSION 0 -#define PHP_EXTRA_VERSION "RC5-dev" -#define PHP_VERSION "5.1.0RC5-dev" +#define PHP_EXTRA_VERSION "RC5" +#define PHP_VERSION "5.1.0RC5"