List:Commits« Previous MessageNext Message »
From:uwendel Date:April 2 2007 3:04pm
Subject:PHP mysqlnd svn commit: r322 - in trunk: php5/ext/mysqli php6/ext/mysqli
View as plain text  
Author: uwendel
Date: 2007-04-02 15:04:17 +0200 (Mon, 02 Apr 2007)
New Revision: 322

Modified:
   trunk/php5/ext/mysqli/README
   trunk/php6/ext/mysqli/README
Log:
Updated version strings


Modified: trunk/php5/ext/mysqli/README
===================================================================
--- trunk/php5/ext/mysqli/README	2007-04-02 13:01:47 UTC (rev 321)
+++ trunk/php5/ext/mysqli/README	2007-04-02 13:04:17 UTC (rev 322)
@@ -0,0 +1,10 @@
+This is the 5.0.1-beta release of the MySQL native driver 
+for PHP: mysqlnd 5.0.1-beta. 
+
+It requires PHP 5 to be build and can be used 
+to connect  to the MySQL Server 4.1 and newer. 
+
+See INSTALL for installation instructions.
+
+The software is distributed under the terms of the 
+PHP License, see also LICENSE.
\ No newline at end of file

Modified: trunk/php6/ext/mysqli/README
===================================================================
--- trunk/php6/ext/mysqli/README	2007-04-02 13:01:47 UTC (rev 321)
+++ trunk/php6/ext/mysqli/README	2007-04-02 13:04:17 UTC (rev 322)
@@ -1,8 +1,8 @@
-This is the 1.0 alpha release of the MySQL native driver 
-for PHP: mysqlnd 1.0alpha. 
+This is the 5.0.1-beta release of the MySQL native driver 
+for PHP: mysqlnd 5.0.1-beta. 
 
-It requires PHP 6 to be build and can be used to connect 
-to the MySQL Server 4.1 and newer. 
+It requires PHP 6 to be build and can be used 
+to connect  to the MySQL Server 4.1 and newer. 
 
 See INSTALL for installation instructions.
 

Thread
PHP mysqlnd svn commit: r322 - in trunk: php5/ext/mysqli php6/ext/mysqliuwendel2 Apr