mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-04-27 02:28:31 +02:00
9b7f788369
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@297607 c90b9560-bf6c-de11-be94-00142212c4b1
50 lines
1.6 KiB
XML
50 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: jsgoupil Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<section xml:id="ref.pdo-informix.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
Pour compiler l'extension PDO_INFORMIX, le SDK Client Informix 2.81 UC1 ou
|
|
supérieur doit être installé sur le même système que PHP. Le SDK Client
|
|
Informix est disponible sur le <link xlink:href="&url.informix.csdk;">Site de
|
|
Support IBM Informix</link>.
|
|
</para>
|
|
<para>
|
|
PDO_INFORMIX est une extension <link xlink:href="&url.pecl;">PECL</link>, alors
|
|
suivez les instructions dans <xref linkend='install.pecl' /> pour installer
|
|
l'extension PDO_INFORMIX. Écrivez la commande <command>configure</command>
|
|
pour pointer au chemin de vos fichiers d'en-têtes SDK Client Informix ainsi
|
|
que les bibliothèques comme suit :
|
|
<screen>
|
|
<![CDATA[
|
|
bash$ ./configure --with-pdo-informix=/path/to/SDK[,shared]
|
|
]]>
|
|
</screen>
|
|
La commande <command>configure</command> utilise par défaut la variable
|
|
d'environnement <literal>INFORMIXDIR</literal>.
|
|
</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:"~/.phpdoc/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
|
|
-->
|