2005-07-19 02:42:46 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2007-06-20 22:25:43 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
|
|
|
<section xml:id="xmlreader.installation" xmlns="http://docbook.org/ns/docbook">
|
2005-07-19 02:42:46 +00:00
|
|
|
&reftitle.install;
|
|
|
|
<para>
|
2007-02-15 08:12:20 +00:00
|
|
|
The XMLReader extension is available in PECL as of PHP 5.0.0 and is
|
|
|
|
included and enabled as of PHP 5.1.0 by default. It can be enabled
|
2005-12-02 14:02:09 +00:00
|
|
|
by adding the argument <option role="configure">--enable-xmlreader</option>
|
2007-02-15 08:12:20 +00:00
|
|
|
(or <option role="configure">--with-xmlreader</option> before 5.1.0)
|
2007-03-23 16:11:52 +00:00
|
|
|
to your configure line. The <link linkend="ref.libxml">libxml</link>
|
|
|
|
extension is required.
|
2005-07-19 02:42:46 +00:00
|
|
|
</para>
|
|
|
|
</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:"../../../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
|
|
|
|
-->
|