Files
php-doc-ru/reference/libxml/setup.xml
2021-01-05 20:16:26 +03:00

98 lines
3.0 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: 66593961ad8ea01488499646d4039f91790340f3 Maintainer: tmn Status: ready -->
<!-- Reviewed: yes Maintainer: lex -->
<!-- $Revision$ -->
<chapter xml:id="libxml.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="libxml.requirements">
&reftitle.required;
<para>
Это расширение требует для работы <link xlink:href="&url.libxml;">libxml</link> &gt;=
2.6.0.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="libxml.installation">
&reftitle.install;
<para>
Расширение libxml включено по умолчанию, но может быть отключено
посредством директивы <option role="configure">--disable-libxml</option>.
</para>
<para>
Необязательная директива <option role="configure">--with-libxml-dir</option>
используется для задания расположения <literal>libxml</literal> в системах,
на которых PHP скомпилирован, если не директива не используется, поиск
будет производиться только по стандартным путям. Процесс <literal>configure</literal>
производит поиск libxml (особенно, <literal>xml2-config</literal>)
по путям в следующем порядке:
</para>
<orderedlist>
<listitem>
<para>
Расположение ([DIR]), указанное с помощью директивы
<option role="configure">--with-libxml-dir</option>
([DIR]=<filename>/bin/xml2-config</filename>)
</para>
</listitem>
<listitem>
<para>
<filename>/usr/local/bin/xml2-config</filename>
</para>
</listitem>
<listitem>
<para>
<filename>/usr/bin/xml2-config</filename>
</para>
</listitem>
</orderedlist>
<para>
Если <literal>configure</literal> не найдёт <filename>xml2-config</filename>
в директории, заданной директивой
<option role="configure">--with-libxml-dir</option>, он продолжит
поиск по стандартным путям.
</para>
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="libxml.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="libxml.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->