diff --git a/reference/mysql/configure.xml b/reference/mysql/configure.xml index 6d87c5e6fc..48da063f65 100644 --- a/reference/mysql/configure.xml +++ b/reference/mysql/configure.xml @@ -1,10 +1,10 @@ - +
&reftitle.install; By using the - configuration option you enable PHP to access MySQL + configuration option you enable PHP to access MySQL databases. @@ -12,13 +12,13 @@ enabled by default. To disable this default behavior, you may use the configure option. Also in PHP 4, if you enable MySQL without specifying the path to the - MySQL install DIR, PHP will use the bundled MySQL client + MySQL install DIR, PHP 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 install directory, like so: . - This will force PHP to use the client libraries + This will force PHP to use the client libraries installed by MySQL, thus avoiding any conflicts. @@ -26,10 +26,10 @@ bundled with PHP. Read this FAQ for details on why. Because of this, Windows users will need to enable php_mysql.dll inside of &php.ini; and either - copy libmysql.dll into the Windows system directory or make it available to - the PATH. For compiling, simply use where - [DIR] is defined. + copy libmysql.dll into the Windows system directory or + make it available to the PATH. For compiling, simply use + where + [DIR] points to your MySQL installation directory. This MySQL extension doesn't support full functionality of MySQL versions greater than @@ -41,7 +41,7 @@ - Crashes and startup problems of PHP may be encountered + Crashes and startup problems of PHP may be encountered when loading this extension in conjunction with the recode extension. See the recode extension for more information. diff --git a/reference/mysql/ini.xml b/reference/mysql/ini.xml index 820ab8decf..5395cd3e7c 100644 --- a/reference/mysql/ini.xml +++ b/reference/mysql/ini.xml @@ -1,5 +1,5 @@ - +
&reftitle.runtime; &extension.runtime; @@ -140,11 +140,11 @@ The default TCP port number to use when connecting to the database server if no other port is specified. If no default is specified, the port will be obtained - from the MYSQL_TCP_PORT environment + from the MYSQL_TCP_PORT environment variable, the mysql-tcp entry in /etc/services or the compile-time - MYSQL_PORT constant, in that order. Win32 - will only use the MYSQL_PORT constant. + MYSQL_PORT constant, in that order. Win32 + will only use the MYSQL_PORT constant. @@ -239,4 +239,3 @@ vim600: syn=xml fen fdm=syntax fdl=2 si vim: et tw=78 syn=sgml vi: ts=1 sw=1 --> -