]> granicus.if.org Git - php/commitdiff
- Go with 4.4.0.
authorDerick Rethans <derick@php.net>
Mon, 11 Jul 2005 07:45:14 +0000 (07:45 +0000)
committerDerick Rethans <derick@php.net>
Mon, 11 Jul 2005 07:45:14 +0000 (07:45 +0000)
NEWS
configure.in
main/php_version.h

diff --git a/NEWS b/NEWS
index f1886eaf316c20ea20b5c35156daf17f6048e36a..4f4cc9a09659d14883343218377785dcf185e657 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 11 Jul 2005, Version 4.4.0
-- Fixed memory corruption in pg_copy_from() in case the as_null parameter was
-  passed. (Derick)
-- Fixed bug #30052 (Crash on shutdown after odbc_pconnect()). (Edin)
-
-01 Jul 2005, Version 4.4.0 RC2
-- Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
-- Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
-
-13 Jun 2005, Version 4.4.0 RC1
 - Added man pages for "phpize" and "php-config" scripts. (Jakub Vrana)
 - Added support for .cc files in extensions. (Brian)
 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes
@@ -18,6 +9,8 @@ PHP 4                                                                      NEWS
   low level IO. (Uwe)
 - Fixed memory corruptions when using references in a wrong way. (Marcus,
   Dmitry, Derick)
+- Fixed memory corruption in pg_copy_from() in case the as_null parameter was
+  passed. (Derick)
 - Fixed memory corruption in stristr(). (Derick)
 - Fixed bug #32685, #29423 (Segfault when using assignment by reference within
   function). (Dmitry, Derick)
@@ -83,11 +76,14 @@ PHP 4                                                                      NEWS
   response message). (Jani) 
 - Fixed bug #31583 (php_std_date() uses short day names in non-y2k_compliance mode).
   (mike at php dot net)
+- Fixed bug #31213 (Sideeffects caused by fix of bug #29493). (Dmitry)
+- Fixed bug #30052 (Crash on shutdown after odbc_pconnect()). (Edin)
 - Fixed bug #29975 (memory leaks when set_error_handler() is used inside error 
   handler). (Tony)
 - Fixed bug #29944 (Function defined in switch, crashes). (Dmitry)
 - Fixed bug #29338 (unencoded spaces get ignored after certain tags). (Ilia)
 - Fixed bug #28605 (Need to use -[m]ieee option for Alpha CPUs). (Jani)
+- Fixed bug #28377 (debug_backtrace is intermittently passing args). (Dmitry)
 
 31 Mar 2005, Version 4.3.11
 - Added Oracle Instant Client support. (cjbj at hotmail dot com, Tony)
index b43e12983aa353bd6561e1f69dc6588cf40e1586..20ce9fdb90391830f42acac9267ead7b821e470b 100644 (file)
@@ -41,7 +41,7 @@ AC_CONFIG_HEADER(main/php_config.h)
 MAJOR_VERSION=4
 MINOR_VERSION=4
 RELEASE_VERSION=0
-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 f78262ddce81e96ec017c17970aaaa13d84ce684..d4159289f2367d75c2ff74656779e60976f8c3ca 100644 (file)
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 0
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "4.4.0RC3-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.0"