betz Mon Jul 14 05:07:23 2003 EDT
Modified files:
/phpdoc/en/reference/mysql configure.xml
Log:
logical error
Index: phpdoc/en/reference/mysql/configure.xml
diff -u phpdoc/en/reference/mysql/configure.xml:1.6
phpdoc/en/reference/mysql/configure.xml:1.7
--- phpdoc/en/reference/mysql/configure.xml:1.6 Wed Jul 2 02:55:59 2003
+++ phpdoc/en/reference/mysql/configure.xml Mon Jul 14 05:07:23 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
<section id="mysql.installation">
&reftitle.install;
<para id="mysql.configure">
@@ -12,11 +12,11 @@
enabled by default. To disable this default behavior, you may use the
<option role="configure">--without-mysql</option> configure option.
Also in PHP 4, if you enable MySQL without specifying the path to the
- MySQL source DIR, <literal>PHP</literal> will use the bundled MySQL client
+ MySQL install DIR, <literal>PHP</literal> will use the bundled MySQL client
libraries. In Windows, there is no DLL, it's simply built into PHP 4.
Users who run other applications that use MySQL (for example,
auth-mysql) should not use the bundled library, but rather specify the
- path to MySQL's source directory, like so:
+ path to MySQL's install directory, like so:
<option role="configure">--with-mysql=/path/to/mysql</option>.
This will force <literal>PHP</literal> to use the client libraries
installed by MySQL, thus avoiding any conflicts.
@@ -67,4 +67,3 @@
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->
-
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php