mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-24 17:02:18 +01:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@339554 c90b9560-bf6c-de11-be94-00142212c4b1
49 lines
1.5 KiB
XML
49 lines
1.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- $Revision$ -->
|
|
<!-- EN-Revision: cdab70215c31e34b90a5f941a33cdf47eeaa12e2 Maintainer: gui Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
|
|
<section xml:id="xml.installation" xmlns="http://docbook.org/ns/docbook">
|
|
&reftitle.install;
|
|
<para>
|
|
&installation.enabled.disable;
|
|
<option role="configure">--disable-xml</option>
|
|
</para>
|
|
<para>
|
|
Ces fonctions sont activées par défaut, et utilisent la
|
|
bibliothèque expat fournie avec la distribution. Vous pouvez
|
|
désactiver le support de XML en utilisant l'option de
|
|
compilation <option role="configure">--disable-xml</option>.
|
|
Si vous compilez PHP comme module pour Apache 1.3.9 ou supérieur,
|
|
PHP va automatiquement utiliser la bibliothèque
|
|
<productname>expat</productname> fournie par Apache. Si vous ne
|
|
souhaitez pas utiliser la bibliothèque expat intégrée,
|
|
il faut que vous compiliez PHP avec l'option
|
|
<option role="configure">--with-expat-dir=DIR</option>, où DIR est le
|
|
dossier d'installation de votre bibliothèque expat.
|
|
</para>
|
|
&windows.builtin;
|
|
</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
|
|
-->
|
|
|