[PHP-DOC] cvs: phpdoc /en/functions mysql.xml From: Mike Robinson (mgrphp3 <email protected>)
Date: 07/22/00

mrobinso Sat Jul 22 06:58:03 2000 EDT

  Modified files:
    /phpdoc/en/functions mysql.xml
  Log:
  Added note about configuring mysql support
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.14 phpdoc/en/functions/mysql.xml:1.15
--- phpdoc/en/functions/mysql.xml:1.14 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/mysql.xml Sat Jul 22 06:58:03 2000
@@ -3,7 +3,18 @@
   <titleabbrev>MySQL</titleabbrev>
   <partintro>
    <simpara>
- These functions allow you to access MySQL database servers.
+ These functions allow you to access MySQL database servers. In
+ order to have these functions available, you must compile php
+ with mysql support by using the
+ <option role="configure">--with-mysql</option> option. If you
+ use this option without specifying the path to mysql, php will
+ use the built-in mysql client libraries. Users who run other
+ applications that use mysql (for example, running php3 and php4
+ as concurrent apache modules, or auth-mysql) should always
+ specify the path to mysql:
+ <option role="configure">--with-mysql=/path/to/mysql</option>.
+ This will force php to use the client libraries installed by
+ mysql, avoiding any conflicts.
    </simpara>
    <simpara>
     More information about MySQL can be found at <ulink