List:Internals« Previous MessageNext Message »
From:jon Date:March 13 2005 5:09am
Subject:bk commit - mysqldoc tree (jon:1.2714)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of jon. When jon does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2714 05/03/13 14:09:24 jon@stripped +1 -0
  Appendix "Old Client": Added note for PHP users
  regarding which PHP extensions are compatible with 
  which versions of MySQL.

  Docs/manual.texi
    1.2544 05/03/13 14:09:19 jon@stripped +11 -0
    Appendix "Old Client": Added note for PHP users
    regarding which PHP extensions are compatible with 
    which versions of MySQL.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	jon
# Host:	gigan.site
# Root:	/home/jon/bk/mysqldoc

--- 1.2543/Docs/manual.texi	2005-03-12 12:17:40 +10:00
+++ 1.2544/Docs/manual.texi	2005-03-13 14:09:19 +10:00
@@ -93486,6 +93486,17 @@
 @end enumerate
 @end itemize
 
+@strong{Note for PHP users}: The @code{mysql} extension does not support the new
+authentication protocol in MySQL 4.1.1 and higher. This is true regardless of
+the PHP version being used. If you wish to use the @code{mysql} extension with
+MySQL 4.1 or newer, you will need to follow one of the options discussed above
+for configuring MySQL to work with old clients. The @code{mysqli} extension
+(stands for "MySQL, Improved"; new in PHP 5) @strong{is} compatible with the
+improved password hashing employed in MySQL 4.1 and higher, and no special
+configuration of MySQL need be done in order to use this newer MySQL client
+library for PHP. For more information about the @code{mysqli} extension, see
+@uref{http://php.net/mysqli}.
+
 For additional background on password hashing and authentication, see
 @ref{Password hashing}.
 
Thread
bk commit - mysqldoc tree (jon:1.2714)jon13 Mar