]> granicus.if.org Git - php/commitdiff
- Package 4.4.5.
authorDerick Rethans <derick@php.net>
Tue, 13 Feb 2007 18:20:11 +0000 (18:20 +0000)
committerDerick Rethans <derick@php.net>
Tue, 13 Feb 2007 18:20:11 +0000 (18:20 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index b0f568e26dd6ed42406190423c5e4779c497efc3..06caf072d96cb06c172ce24025cf8dce3e385545 100644 (file)
--- 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
index 86d993f4e09f8a09bda7020785373d68e3e419be..547d4fb8d53f7f17be4bfbfc389b7b697a5fd26a 100644 (file)
@@ -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
index 267fcce4e183190c5da569266b9ea230390c9433..50c9c3a92916ede9890f30cea5096dcb8a9c85f3 100644 (file)
@@ -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"