derick          Mon Jul 11 03:45:15 2005 EDT

  Modified files:              (Branch: PHP_4_4)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  - Go with 4.4.0.
  
  
http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1247.2.920.2.12&r2=1.1247.2.920.2.13&ty=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.12 php-src/NEWS:1.1247.2.920.2.13
--- php-src/NEWS:1.1247.2.920.2.12      Tue Jul  5 08:50:02 2005
+++ php-src/NEWS        Mon Jul 11 03:45:08 2005
@@ -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 @@
   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 @@
   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)
http://cvs.php.net/diff.php/php-src/configure.in?r1=1.396.2.164.2.7&r2=1.396.2.164.2.8&ty=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.7 
php-src/configure.in:1.396.2.164.2.8
--- php-src/configure.in:1.396.2.164.2.7        Fri Jul  1 06:05:42 2005
+++ php-src/configure.in        Mon Jul 11 03:45:09 2005
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.7 2005/07/01 10:05:42 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.8 2005/07/11 07:45:09 derick Exp $ 
-*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -41,7 +41,7 @@
 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
http://cvs.php.net/diff.php/php-src/main/php_version.h?r1=1.66.2.81.2.5&r2=1.66.2.81.2.6&ty=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.5 
php-src/main/php_version.h:1.66.2.81.2.6
--- php-src/main/php_version.h:1.66.2.81.2.5    Fri Jul  1 06:05:40 2005
+++ php-src/main/php_version.h  Mon Jul 11 03:45:14 2005
@@ -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"

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to