derick Tue Feb 13 18:20:11 2007 UTC Modified files: (Branch: PHP_4_4) /php-src/main php_version.h /php-src configure.in NEWS Log: - Package 4.4.5. http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.32&r2=1.66.2.81.2.33&diff_format=u Index: php-src/main/php_version.h diff -u php-src/main/php_version.h:1.66.2.81.2.32 php-src/main/php_version.h:1.66.2.81.2.33 --- php-src/main/php_version.h:1.66.2.81.2.32 Thu Feb 1 08:55:41 2007 +++ php-src/main/php_version.h Tue Feb 13 18:20:10 2007 @@ -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" http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.36&r2=1.396.2.164.2.37&diff_format=u Index: php-src/configure.in diff -u php-src/configure.in:1.396.2.164.2.36 php-src/configure.in:1.396.2.164.2.37 --- php-src/configure.in:1.396.2.164.2.36 Thu Feb 1 08:55:41 2007 +++ php-src/configure.in Tue Feb 13 18:20:11 2007 @@ -1,4 +1,4 @@ -dnl ## $Id: configure.in,v 1.396.2.164.2.36 2007/02/01 08:55:41 derick Exp $ -*- sh -*- +dnl ## $Id: configure.in,v 1.396.2.164.2.37 2007/02/13 18:20:11 derick Exp $ -*- sh -*- dnl ## Process this file with autoconf to produce a configure script. divert(1) @@ -38,7 +38,7 @@ 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 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.190&r2=1.1247.2.920.2.191&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.1247.2.920.2.190 php-src/NEWS:1.1247.2.920.2.191 --- php-src/NEWS:1.1247.2.920.2.190 Mon Feb 12 17:13:22 2007 +++ php-src/NEWS Tue Feb 13 18:20:11 2007 @@ -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 @@ - 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php