From: Derick Rethans Date: Tue, 13 Feb 2007 18:20:11 +0000 (+0000) Subject: - Package 4.4.5. X-Git-Tag: php-4.4.5~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87f091b0e1270260cac2078b45407f45296938e3;p=php - Package 4.4.5. --- diff --git a/NEWS b/NEWS index b0f568e26d..06caf072d9 100644 --- a/NEWS +++ b/NEWS @@ -1,30 +1,25 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? Feb 2007, Version 4.4.5 -- Fixed bug #40335 (Compile fails when using GCC 4.1.1/binutils 2.17). (Tony) - -01 Feb 2007, Version 4.4.5RC2 -- Fixed bug #39819 (Using $this not in object context can cause segfaults). - (Dmitry) -- Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the - class). (Ilia) -- Backported a fix in the configure tests to detect the "rounding fuzz". - (Derick, Joe Orton) -- Backported fix for ext/imap compilation failure with recent c-client - versions. (Tony) +14 Feb 2007, Version 4.4.5 - Upgraded PEAR to 1.5.0. (Greg) +- Updated PCRE to version 6.7. (Ilia) - Moved extensions to PECL: . ext/ovrimos (Derick) -04 Jan 2007, Version 4.4.5RC1 - Added a meta tag to phpinfo() output to prevent search engines from indexing the page. (Ilia) -- Updated PCRE to version 6.7. (Ilia) +- Backported a fix in the configure tests to detect the "rounding fuzz". + (Derick, Joe Orton) +- Backported fix for ext/imap compilation failure with recent c-client + versions. (Tony) - Fixed missing open_basedir check inside chdir() function. (Ilia) +- Fixed bug #40335 (Compile fails when using GCC 4.1.1/binutils 2.17). (Tony) - Fixed bug #39971 (pg_insert/pg_update do not allow now() to be used for timestamp fields). (Ilia) - Fixed bug #39890 (using autoconf 2.6x and --with-layout=GNU breaks PEAR install path). (Tony) +- Fixed bug #39819 (Using $this not in object context can cause segfaults). + (Dmitry) - Fixed bug #39653 (ext/dba doesn't check for db-4.5 and db-4.4 when db4 support is enabled). (Tony) - Fixed bug #39583 (ftp_put() does not change transfer mode to ASCII). (Tony) @@ -48,6 +43,8 @@ PHP 4 NEWS - Fixed bug #37812 (aggregate_methods_by_list fails to take certain methods). (Hannes) - Fixed bug #36975 (natcasesort() causes array_pop() to misbehave). (Hannes) +- Fixed bug #36248 (CURLOPT_HEADERFUNCTION, couldn't set the function in the + class). (Ilia) - Fixed bug #34066 (recursive array_walk causes segfault). (Tony) 17 Aug 2006, Version 4.4.4 diff --git a/configure.in b/configure.in index 86d993f4e0..547d4fb8d5 100644 --- a/configure.in +++ b/configure.in @@ -38,7 +38,7 @@ AC_CONFIG_HEADER(main/php_config.h) MAJOR_VERSION=4 MINOR_VERSION=4 RELEASE_VERSION=5 -EXTRA_VERSION="RC3-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 267fcce4e1..50c9c3a929 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 5 -#define PHP_EXTRA_VERSION "RC3-dev" -#define PHP_VERSION "4.4.5RC3-dev" +#define PHP_EXTRA_VERSION "" +#define PHP_VERSION "4.4.5"