Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 26 additions & 16 deletions reference/xml/configure.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: cdab70215c31e34b90a5f941a33cdf47eeaa12e2 Maintainer: gui Status: ready -->
<!-- Reviewed: yes -->
<!-- EN-Revision: c1b9c92d863bd1b4f82b13b4d13b8ab27caa66f0 Maintainer: gui Status: ready -->

<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. Il est possible de
désactiver le support de XML en utilisant l'option de
compilation <option role="configure">--disable-xml</option>.
Lors de la compilation de PHP comme module pour Apache 1.3.9 ou supérieur,
PHP va automatiquement utiliser la bibliothèque
<productname>expat</productname> fournie par Apache. Pour ne pas
utiliser la bibliothèque expat intégrée,
il faut compiler PHP avec l'option
<option role="configure">--with-expat-dir=DIR</option>, où DIR est le
dossier d'installation de la bibliothèque expat.
</para>
&windows.builtin;
<simplesect role="changelog">
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.4.0</entry>
<entry>
L'option <option role="configure">--with-libexpat-dir</option> a été renommée en
<option role="configure">--with-expat</option> et n'accepte plus de dossier en argument.
La bibliothèque expat fournie avec la distribution a été retirée.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</simplesect>
</section>

<!-- Keep this comment at the end of the file
Expand Down
Loading