iliaa           Thu Apr 20 21:11:29 2006 UTC

  Modified files:              (Branch: PHP_5_1)
    /php-src    NEWS configure.in 
    /php-src/main       php_version.h 
  Log:
  Prepare for RC3
  
  
http://cvs.php.net/viewcvs.cgi/php-src/NEWS?r1=1.2027.2.523&r2=1.2027.2.524&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.523 php-src/NEWS:1.2027.2.524
--- php-src/NEWS:1.2027.2.523   Thu Apr 20 17:43:18 2006
+++ php-src/NEWS        Thu Apr 20 21:11:29 2006
@@ -1,6 +1,6 @@
 PHP                                                                        NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? Apr 2006, PHP 5.1.3
+20 Apr 2006, PHP 5.1.3RC3
 - Fixed reading stream filters never notified about EOF. (Mike)
 - Fixed bug #37138 (__autoload tries to load callback'ed self and parent).
   (Dmitry)
@@ -30,7 +30,7 @@
 - Fixed bug #29476 (sqlite_fetch_column_types() locks the database forever).
   (Ilia)
 
-06 Apr 2006, PHP 5.1.3RC3
+06 Apr 2006, PHP 5.1.3RC2
 - Eliminated run-time constant fetching for TRUE, FALSE and NULL. (Dmitry)
 - Changed SOAP extension to cache WSDL structure in memory and thus speed up
   SoapClient/SoapServer construction. (Andrei, Dmitry)
http://cvs.php.net/viewcvs.cgi/php-src/configure.in?r1=1.579.2.46&r2=1.579.2.47&diff_format=u
Index: php-src/configure.in
diff -u php-src/configure.in:1.579.2.46 php-src/configure.in:1.579.2.47
--- php-src/configure.in:1.579.2.46     Tue Apr 18 23:47:10 2006
+++ php-src/configure.in        Thu Apr 20 21:11:29 2006
@@ -1,4 +1,4 @@
- ## $Id: configure.in,v 1.579.2.46 2006/04/18 23:47:10 iliaa Exp $ -*- 
autoconf -*-
+ ## $Id: configure.in,v 1.579.2.47 2006/04/20 21:11:29 iliaa Exp $ -*- 
autoconf -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -42,7 +42,7 @@
 MAJOR_VERSION=5
 MINOR_VERSION=1
 RELEASE_VERSION=3
-EXTRA_VERSION="RC3-dev"
+EXTRA_VERSION="RC3"
 VERSION="$MAJOR_VERSION.$MINOR_VERSION.$RELEASE_VERSION$EXTRA_VERSION"
 
 dnl Define where extension directories are located in the configure context
http://cvs.php.net/viewcvs.cgi/php-src/main/php_version.h?r1=1.112.2.31&r2=1.112.2.32&diff_format=u
Index: php-src/main/php_version.h
diff -u php-src/main/php_version.h:1.112.2.31 
php-src/main/php_version.h:1.112.2.32
--- php-src/main/php_version.h:1.112.2.31       Tue Apr 18 23:47:10 2006
+++ php-src/main/php_version.h  Thu Apr 20 21:11:29 2006
@@ -3,5 +3,5 @@
 #define PHP_MAJOR_VERSION 5
 #define PHP_MINOR_VERSION 1
 #define PHP_RELEASE_VERSION 3
-#define PHP_EXTRA_VERSION "RC3-dev"
-#define PHP_VERSION "5.1.3RC3-dev"
+#define PHP_EXTRA_VERSION "RC3"
+#define PHP_VERSION "5.1.3RC3"

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

Reply via email to