vrana Fri Dec 2 09:02:12 2005 EDT
Modified files:
/phpdoc/en/reference/xmlreader configure.xml
Log:
enable-xmlreader (bug #35521)
http://cvs.php.net/diff.php/phpdoc/en/reference/xmlreader/configure.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/xmlreader/configure.xml
diff -u phpdoc/en/reference/xmlreader/configure.xml:1.1
phpdoc/en/reference/xmlreader/configure.xml:1.2
--- phpdoc/en/reference/xmlreader/configure.xml:1.1 Mon Jul 18 22:42:45 2005
+++ phpdoc/en/reference/xmlreader/configure.xml Fri Dec 2 09:02:09 2005
@@ -1,11 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="xmlreader.installation">
&reftitle.install;
<para>
The XMLReader extension is available in PECL for PHP 5.0 and is
- included in PHP 5.1 by default. It and can be enabled
- by adding the argument <option role="configure">--with--xmlreader</option>
+ included and enabled in PHP 5.1 by default. It and can be enabled
+ by adding the argument <option role="configure">--enable-xmlreader</option>
+ (or <option role="configure">--with-xmlreader</option> before 5.1)
to your configure line. The libxml extension is required.
</para>
</section>