1
0
mirror of https://github.com/php/doc-zh.git synced 2026-04-28 18:53:12 +02:00
Files
魔王卷子 70ac60941e Update xml 4 (#614)
* Update xmlparser.xml

* Update setup.xml

* Update reference.xml

* Update eventhandlers.xml

* Update error-codes.xml

* Update encoding.xml

* Update constants.xml

* Update configure.xml

* Update case-folding.xml

* Update book.xml

* Update case-folding.xml

* Update constants.xml

* Update encoding.xml

* Update error-codes.xml

* Update eventhandlers.xml

* Update constants.xml

* Update encoding.xml

* Update reference.xml

* Update xml-set-unparsed-entity-decl-handler.xml

* Update xml-set-processing-instruction-handler.xml

* Update configure.xml

* Update encoding.xml
2023-01-16 17:25:59 +08:00

40 lines
1.4 KiB
XML
Raw Permalink 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"?>
<!-- $Revision$ -->
<!-- EN-Revision: cdab70215c31e34b90a5f941a33cdf47eeaa12e2 Maintainer: HonestQiao Status: ready -->
<!-- CREDITS: degeberg, Gregory, mowangjuanzi -->
<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>
这些函数默认启用,使用了捆绑的 expat 库。可以通过参数 <option role="configure">--disable-xml</option> 来禁用 XML 的支持。如果将
PHP 编译为 Apache 1.3.9 或更高版本的一个模块,PHP 将自动使用 Apache 捆绑的 <productname>expat</productname> 库。如果不希望使用该捆绑的
expat 库,请使用 <option role="configure">--with-expat-dir=DIR</option> 配置(configure PHP,其中 DIR 应该指向 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
-->