1
0
mirror of https://github.com/php/doc-de.git synced 2026-03-24 15:22:14 +01:00
Files
archived-doc-de/reference/xmlreader/setup.xml
2009-09-28 03:00:57 +00:00

66 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: af4410a7e15898c3dbe83d6ea38246745ed9c6fb Maintainer: nobody Status: ready -->
<chapter xml:id="xmlreader.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="xmlreader.requirements">
&reftitle.required;
&no.requirement;
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="xmlreader.installation">
&reftitle.install;
<para>
Die XMLReader-Erweiterung steht für PHP 5.0.0 unter PECL zur Verfügung.
Ab PHP 5.1.0 ist sie standardmäßig enthalten und aktiviert. Sie wird
durch die Option <option role="configure">--enable-xmlreader</option>
(oder <option role="configure">--with-xmlreader</option> vor PHP 5.1.0)
aktiviert. Die <link linkend="ref.libxml">libxml</link> Erweiterung wird
vorausgesetzt.
</para>
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
<section xml:id="xmlreader.configuration">
&reftitle.runtime;
&no.config;
</section>
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="xmlreader.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
-->