From: Derick Rethans Date: Tue, 15 Aug 2006 12:22:14 +0000 (+0000) Subject: - Go with 4.4.4. X-Git-Tag: php-4.4.4~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=428a990d2ae6787dc33efa068d108e78bb592448;p=php - Go with 4.4.4. --- diff --git a/NEWS b/NEWS index b5af5bfb17..66a86d85a6 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,6 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Aug 2006, Version 4.4.4 - -12 Aug 2006, Version 4.4.4RC1 +17 Aug 2006, Version 4.4.4 - Fixed memory_limit on 64bit systems. (Stefan E.) - Fixed overflow on 64bit systems in str_repeat() and wordwrap(). (Stefan E.) - Disabled CURLOPT_FOLLOWLOCATION in curl when open_basedir or safe_mode are diff --git a/configure.in b/configure.in index c0a6cca1e7..b04fa62cd3 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=4 -EXTRA_VERSION="RC2-dev" +EXTRA_VERSION="" 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 d11d0a6fa3..9d6994fed0 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 4 -#define PHP_EXTRA_VERSION "RC2-dev" -#define PHP_VERSION "4.4.4RC2-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.4.4"