mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-27 02:12:19 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@256360 c90b9560-bf6c-de11-be94-00142212c4b1
64 lines
1.8 KiB
XML
64 lines
1.8 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.5 $ -->
|
|
<!-- EN-Revision: 1.2 Maintainer: jsgoupil Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<section xml:id="session-pgsql.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
Courte note d'installation :
|
|
<itemizedlist>
|
|
<listitem>
|
|
<simpara>
|
|
Décompressez l'archive <literal>tar.gz</literal> dans
|
|
<filename class="directory">php4/ext</filename> (Les dernières mises à jour
|
|
officielles peuvent être trouvées sur SourceForge
|
|
<link xlink:href="&url.phpform;">PHP Form Extension Project</link>)
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
Si le nouveau répertoire est maintenant appelé quelque chose comme
|
|
<literal>session_pgsql</literal>. Vous devriez l'appeler
|
|
<literal>session_pgsql</literal> (sauf si vous voulez voulez le bâtir
|
|
en tant que module php seul).
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>Exécutez <userinput>./buildconf</userinput> dans php4</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara>
|
|
Exécutez <userinput>configure</userinput>
|
|
<option role="configure">--with-session-pgsql</option> (et vos autres
|
|
options)
|
|
</simpara>
|
|
</listitem>
|
|
<listitem>
|
|
<simpara><userinput>make; make install</userinput></simpara>
|
|
</listitem>
|
|
</itemizedlist>
|
|
</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
|
|
-->
|