From: Derick Rethans Date: Fri, 7 Oct 2005 08:55:35 +0000 (+0000) Subject: - Go with PHP 4.4.1RC1. X-Git-Tag: php-4.4.1RC1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c6469aba173cd6c48ad6fd4e8005a05e8cbf15bd;p=php - Go with PHP 4.4.1RC1. --- diff --git a/NEWS b/NEWS index ccc5f752a2..76e24833cf 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? 2005, Version 4.4.1 +07 Oct 2005, Version 4.4.1RC1 - Added missing safe_mode checks for image* functions and cURL. (Ilia) - Added missing safe_mode/open_basedir checks for file uploads. (Ilia) - Fixed possible INI setting leak via virtual() in Apache 2 sapi. (Ilia) diff --git a/configure.in b/configure.in index fd9380fdfc..4fb571fe16 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=1 -EXTRA_VERSION="-dev" +EXTRA_VERSION="RC1" 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 faa762ad6a..eb17a504f2 100644 --- a/main/php_version.h +++ b/main/php_version.h @@ -3,5 +3,5 @@ #define PHP_MAJOR_VERSION 4 #define PHP_MINOR_VERSION 4 #define PHP_RELEASE_VERSION 1 -#define PHP_EXTRA_VERSION "-dev" -#define PHP_VERSION "4.4.1-dev" +#define PHP_EXTRA_VERSION "RC1" +#define PHP_VERSION "4.4.1RC1"