gwynne Thu Jun 25 10:41:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-src UPGRADING Log: fix a little typo I made, bug #48685 http://cvs.php.net/viewvc.cgi/php-src/UPGRADING?r1=1.1.2.3.2.1.2.22&r2=1.1.2.3.2.1.2.23&diff_format=u Index: php-src/UPGRADING diff -u php-src/UPGRADING:1.1.2.3.2.1.2.22 php-src/UPGRADING:1.1.2.3.2.1.2.23 --- php-src/UPGRADING:1.1.2.3.2.1.2.22 Thu Jun 25 07:57:05 2009 +++ php-src/UPGRADING Thu Jun 25 10:41:07 2009 @@ -1,4 +1,4 @@ -$Id: UPGRADING,v 1.1.2.3.2.1.2.22 2009/06/25 07:57:05 gwynne Exp $ +$Id: UPGRADING,v 1.1.2.3.2.1.2.23 2009/06/25 10:41:07 gwynne Exp $ UPGRADE NOTES - PHP 5.3 @@ -103,7 +103,7 @@ - The new mysqlnd library necessitates using MySQL's newer 41-byte password format. Continued use of the old 16 byte passwords will cause mysql_connect() - and other related functsins to produce the following error message: + and other related functions to produce the following error message: "mysqlnd cannot connect to MySQL 4.1+ using old authentication" - The dl() function is now disabled by default, and only available under the
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php