mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-25 17:32:07 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@305248 c90b9560-bf6c-de11-be94-00142212c4b1
53 lines
1.6 KiB
XML
Executable File
53 lines
1.6 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: 74521540deb0e1d1e89289bfabde006ee6744466 Maintainer: jpauli Status: ready -->
|
|
<!-- Reviewed: no -->
|
|
|
|
<section xml:id="intl.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
&reftitle.install;
|
|
<para>
|
|
Cette extension est disponible pour PHP 5.2.0 dans PECL ou nativement pour
|
|
PHP 5.3. Il y a donc 2 méthodes pour installer cette extension.
|
|
</para>
|
|
<para>
|
|
&pecl.info;
|
|
<link xlink:href="&url.pecl.package;intl">&url.pecl.package;intl</link>.
|
|
</para>
|
|
<para>
|
|
Aussi, <literal>--enable-intl</literal> activera l'extension de manière embarquée
|
|
à la compilation.
|
|
</para>
|
|
<para>
|
|
Si votre bibliothèque ICU est installée dans un dossier non-standard,
|
|
vous aurez peut-être à spécifier sa localisation via la variable
|
|
d'environnement <constant>LD_LIBRARY_PATH</constant>, afin que le
|
|
compilateur dynamique puisse la trouver :
|
|
</para>
|
|
<screen>$ export LD_LIBRARY_PATH=/opt/icu/lib</screen>
|
|
<para>
|
|
Autrement, si PHP et ICU sont installés dans leurs dossiers par défaut,
|
|
alors aucune option particulière ne sont nécessaire pour `configure'.
|
|
</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
|
|
-->
|