dmytton         Fri Aug 12 09:33:14 2005 EDT

  Modified files:              
    /phpdoc/en/faq      databases.xml 
  Log:
  Added link to installation instructions for bug #34081
  
http://cvs.php.net/diff.php/phpdoc/en/faq/databases.xml?r1=1.27&r2=1.28&ty=u
Index: phpdoc/en/faq/databases.xml
diff -u phpdoc/en/faq/databases.xml:1.27 phpdoc/en/faq/databases.xml:1.28
--- phpdoc/en/faq/databases.xml:1.27    Sun Sep  5 03:46:11 2004
+++ phpdoc/en/faq/databases.xml Fri Aug 12 09:33:13 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.27 $ -->
+<!-- $Revision: 1.28 $ -->
  <chapter id="faq.databases">
   <title>Database issues</title>
   <titleabbrev>Database issues</titleabbrev>
@@ -234,7 +234,7 @@
       their system's libmyqlclient library simply by adding the <option
       role="configure">--with-mysql=/usr</option> option
       when building PHP.  Windows users may enable the extension 
-      <filename>php_mysql.dll</filename> inside &php.ini;.  Also, be sure
+      <filename>php_mysql.dll</filename> inside &php.ini;. For more details, 
see the <link linkend="ref.mysql">MySQL Reference</link> for installation 
instructions. Also, be sure
       <filename>libmysql.dll</filename> is available to the systems PATH.
       For more details on how, read the FAQ on 
       <link linkend="faq.installation.addtopath">setting up the Windows 

Reply via email to