diff options
author | Gwynne Raskind <gwynne@php.net> | 2009-06-25 10:41:07 +0000 |
---|---|---|
committer | Gwynne Raskind <gwynne@php.net> | 2009-06-25 10:41:07 +0000 |
commit | ac564608bd5b35b71742ce03e317f7a6e3629e50 (patch) | |
tree | b3f83b12ad4ae924fc6558fda1095f9b5c84986d /UPGRADING | |
parent | 84940122a9e7898c239e97af8db13912b8e5ae91 (diff) | |
download | php-git-ac564608bd5b35b71742ce03e317f7a6e3629e50.tar.gz |
fix a little typo I made, bug #48685
Diffstat (limited to 'UPGRADING')
-rwxr-xr-x | UPGRADING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -103,7 +103,7 @@ UPGRADE NOTES - PHP 5.3 - 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 |