derick          Wed Dec 19 12:50:43 2007 UTC

  Modified files:              (Branch: PHP_4_4)
    /php-src/main       php_version.h 
    /php-src    configure.in NEWS 
  Log:
  4.4.8RC1
  
  
http://cvs.php.net/viewvc.cgi/php-src/main/php_version.h?r1=1.66.2.81.2.42&r2=1.66.2.81.2.43&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.66.2.81.2.42 
php-src/main/php_version.h:1.66.2.81.2.43
--- php-src/main/php_version.h:1.66.2.81.2.42   Thu May  3 13:50:20 2007
+++ php-src/main/php_version.h  Wed Dec 19 12:50:41 2007
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 4
 #define PHP_MINOR_VERSION 4
 #define PHP_RELEASE_VERSION 8
-#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "4.4.8-dev"
+#define PHP_EXTRA_VERSION "RC1"
+#define PHP_VERSION "4.4.8RC1"
http://cvs.php.net/viewvc.cgi/php-src/configure.in?r1=1.396.2.164.2.46&r2=1.396.2.164.2.47&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.396.2.164.2.46 
php-src/configure.in:1.396.2.164.2.47
--- php-src/configure.in:1.396.2.164.2.46       Thu May  3 13:50:20 2007
+++ php-src/configure.in        Wed Dec 19 12:50:42 2007
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.396.2.164.2.46 2007/05/03 13:50:20 derick Exp $ 
-*- sh -*-
+dnl ## $Id: configure.in,v 1.396.2.164.2.47 2007/12/19 12:50:42 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=8
-EXTRA_VERSION="-dev"
+EXTRA_VERSION="RC1"
 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.244&r2=1.1247.2.920.2.245&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.1247.2.920.2.244 php-src/NEWS:1.1247.2.920.2.245
--- php-src/NEWS:1.1247.2.920.2.244     Sat Oct 20 15:29:03 2007
+++ php-src/NEWS        Wed Dec 19 12:50:42 2007
@@ -1,6 +1,6 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2007, Version 4.4.8
+20 Dec 2007, Version 4.4.8RC1
 - Improved fix for MOPB-02-2007. (Ilia)
 - Fixed an integer overflow inside chunk_split(). Identified by Gerhard Wagner.
   (Ilia)

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

Reply via email to