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

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@153568 c90b9560-bf6c-de11-be94-00142212c4b1
38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.3 $ -->
|
|
<section id="mysqli.installation">
|
|
&reftitle.install;
|
|
<para id="mysqli.configure">
|
|
To install the mysqli extension for PHP, use the
|
|
<option role="configure">--with-mysqli=mysql_config_path/mysql_config</option>
|
|
configuration option where <literal>mysql_config_path</literal> represents
|
|
the location of the <literal>mysql_config</literal> program that comes
|
|
with MySQL versions greater than 4.1.
|
|
</para>
|
|
<para>
|
|
If you would like to install the mysql extension along with the mysqli extension
|
|
you have to use the same client library to avoid any conflicts.
|
|
</para>
|
|
</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
|
|
-->
|
|
|