derick          Thu Feb  1 08:54:33 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  - Go with RC2.
  
  
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.1247.2.920.2.187&r2=1.1247.2.920.2.188&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.187 php-src/NEWS:1.1247.2.920.2.188
--- php-src/NEWS:1.1247.2.920.2.187     Mon Jan 29 10:08:16 2007
+++ php-src/NEWS        Thu Feb  1 08:54:32 2007
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Jan 2007, Version 4.4.5
+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
@@ -9,7 +9,7 @@
   (Derick, Joe Orton)
 - Backported fix for ext/imap compilation failure with recent c-client 
   versions. (Tony)
-
+- Upgraded PEAR to 1.5.0. (Greg)
 - Moved extensions to PECL:
   . ext/ovrimos (Derick)
 
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.34&r2=1.396.2.164.2.35&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.34 
php-src/configure.in:1.396.2.164.2.35
--- php-src/configure.in:1.396.2.164.2.34       Fri Jan  5 08:56:56 2007
+++ php-src/configure.in        Thu Feb  1 08:54:32 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.34 2007/01/05 08:56:56 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.35 2007/02/01 08:54:32 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="RC2-dev"
+EXTRA_VERSION="RC2"
 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/main/php_version.h?r1=1.66.2.81.2.30&r2=1.66.2.81.2.31&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.30 
php-src/main/php_version.h:1.66.2.81.2.31
--- php-src/main/php_version.h:1.66.2.81.2.30   Fri Jan  5 08:56:56 2007
+++ php-src/main/php_version.h  Thu Feb  1 08:54:32 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 5
-#define PHP_EXTRA_VERSION "RC2-dev"
-#define PHP_VERSION "4.4.5RC2-dev"
+#define PHP_EXTRA_VERSION "RC2"
+#define PHP_VERSION "4.4.5RC2"

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

Reply via email to