derick          Wed Feb 28 18:24:09 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       php_version.h 
    /php-src    configure.in NEWS 
  Log:
  - Go with 4.4.6.
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.36&r2=1.66.2.81.2.37&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.36 
php-src/main/php_version.h:1.66.2.81.2.37
--- php-src/main/php_version.h:1.66.2.81.2.36   Thu Feb 22 14:47:30 2007
+++ php-src/main/php_version.h  Wed Feb 28 18:24:07 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 6
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.6RC2-dev"
+#define PHP_EXTRA_VERSION ""
+#define PHP_VERSION "4.4.6"
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.40&r2=1.396.2.164.2.41&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.40 
php-src/configure.in:1.396.2.164.2.41
--- php-src/configure.in:1.396.2.164.2.40       Thu Feb 22 14:47:29 2007
+++ php-src/configure.in        Wed Feb 28 18:24:08 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.40 2007/02/22 14:47:29 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.41 2007/02/28 18:24:08 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=6
-EXTRA_VERSION="RC2-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.200&r2=1.1247.2.920.2.201&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.200 php-src/NEWS:1.1247.2.920.2.201
--- php-src/NEWS:1.1247.2.920.2.200     Mon Feb 26 09:14:40 2007
+++ php-src/NEWS        Wed Feb 28 18:24:08 2007
@@ -1,14 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Feb 2007, Version 4.4.6
-
-- Fixed bug #40635 (segfault in cURL extension). (Tony)
-- Fixed bug #40611 (possible cURL memory error). (Tony)
-
-22 Feb 2007, Version 4.4.6RC1
+28 Feb 2007, Version 4.4.6
 
 - Updated PCRE to version 7.0. (Nuno)
 - Fixed segfault in ext/session when register_globals=On. (Tony)
+- Fixed bug #40635 (segfault in cURL extension). (Tony)
+- Fixed bug #40611 (possible cURL memory error). (Tony)
 - Fixed bug #40578 (imagettftext() multithreading issue). (Tony)
 - Fixed bug #40502 (ext/interbase compile failure). (Tony)
 - Fixed bug #40286 (PHP fastcgi with PHP_FCGI_CHILDREN don't kill children when

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

Reply via email to