summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorGwynne Raskind <gwynne@php.net>2009-06-25 10:41:07 +0000
committerGwynne Raskind <gwynne@php.net>2009-06-25 10:41:07 +0000
commitac564608bd5b35b71742ce03e317f7a6e3629e50 (patch)
treeb3f83b12ad4ae924fc6558fda1095f9b5c84986d /UPGRADING
parent84940122a9e7898c239e97af8db13912b8e5ae91 (diff)
downloadphp-git-ac564608bd5b35b71742ce03e317f7a6e3629e50.tar.gz
fix a little typo I made, bug #48685
Diffstat (limited to 'UPGRADING')
-rwxr-xr-xUPGRADING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index c034c1f4a2..f0b0acaf01 100755
--- a/UPGRADING
+++ b/UPGRADING
@@ -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