vrana Fri Aug 27 05:59:10 2004 EDT
Modified files:
/phpdoc/en/reference/xml reference.xml
Log:
uses expat compat layer by default (by George Schlossnagle)
http://cvs.php.net/diff.php/phpdoc/en/reference/xml/reference.xml?r1=1.16&r2=1.17&ty=u
Index: phpdoc/en/reference/xml/reference.xml
diff -u phpdoc/en/reference/xml/reference.xml:1.16
phpdoc/en/reference/xml/reference.xml:1.17
--- phpdoc/en/reference/xml/reference.xml:1.16 Fri Mar 12 10:16:11 2004
+++ phpdoc/en/reference/xml/reference.xml Fri Aug 27 05:59:10 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.16 $ -->
+<!-- $Revision: 1.17 $ -->
<reference id="ref.xml">
<title>XML Parser Functions</title>
<titleabbrev>XML</titleabbrev>
@@ -37,7 +37,8 @@
<section id="xml.requirements">
&reftitle.required;
<para>
- This extension uses <productname>expat</productname>, which can
+ This extension uses an <productname>expat compat layer</productname> by
+ default. It can use also <productname>expat</productname>, which can
be found at <ulink url="&url.expat;">&url.expat;</ulink>. The
Makefile that comes with expat does not build a library by
default, you can use this make rule for that: