mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-19 02:18:56 +00:00

configure.xml files added, linking from refernce.xml files git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105723 c90b9560-bf6c-de11-be94-00142212c4b1
49 lines
1.6 KiB
XML
49 lines
1.6 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.1 $ -->
|
|
<section id="mysql.installation">
|
|
&reftitle.install;
|
|
<para>
|
|
By using the <option role="configure">--with-mysql[=DIR]</option>
|
|
configuration option you enable <literal>PHP</literal> to access MySQL
|
|
databases. If you use this option without specifying the path to MySQL,
|
|
<literal>PHP</literal> will use the built-in MySQL client libraries. With
|
|
PHP 4 MySQL support is always enabled; if you don't specify the configure
|
|
option, the bundled libraries are used. Users who run other applications
|
|
that use MySQL (for example, running PHP 3 and PHP 4 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 <literal>PHP</literal> to use the client libraries installed
|
|
by MySQL, avoiding any conflicts.
|
|
</para>
|
|
&windows.builtin;
|
|
<warning>
|
|
<para>
|
|
Crashes and startup problems of <literal>PHP</literal> may be encountered
|
|
when loading this extension in conjunction with the recode extension.
|
|
See the <link linkend="ref.recode">recode</link> extension for more
|
|
information.
|
|
</para>
|
|
</warning>
|
|
</section>
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
Local variables:
|
|
mode: sgml
|
|
sgml-omittag:t
|
|
sgml-shorttag:t
|
|
sgml-minimize-attributes:nil
|
|
sgml-always-quote-attributes:t
|
|
sgml-indent-step:1
|
|
sgml-indent-data:t
|
|
indent-tabs-mode:nil
|
|
sgml-parent-document:nil
|
|
sgml-default-dtd-file:"../../../manual.ced"
|
|
sgml-exposed-tags:nil
|
|
sgml-local-catalogs:nil
|
|
sgml-local-ecat-files:nil
|
|
End:
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
vim: et tw=78 syn=sgml
|
|
vi: ts=1 sw=1
|
|
-->
|
|
|