required dlls update for domxml, xslt

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@128592 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Friedhelm Betz 2003-05-23 23:20:13 +00:00
parent 79c41eec2d
commit 2b144576d4

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.32 $ -->
<!-- $Revision: 1.33 $ -->
<sect1 id="install.windows">
<title>Installation on Windows systems</title>
<para>
@ -880,7 +880,10 @@ extension=php_bz2.dll
<row>
<entry>php_domxml.dll</entry>
<entry><link linkend="ref.domxml">DOM XML</link> functions</entry>
<entry>PHP &lt;= 4.2.0 requires: <filename>libxml2.dll</filename> (bundled)</entry>
<entry>
PHP &lt;= 4.2.0 requires: <filename>libxml2.dll</filename> (bundled)
PHP &gt;= 4.3.0 requires: <filename>iconv.dll</filename> (bundled)
</entry>
</row>
<row>
<entry>php_dotnet.dll</entry>
@ -1116,7 +1119,12 @@ extension=php_bz2.dll
<row>
<entry>php_xslt.dll</entry>
<entry><link linkend="ref.xslt">XSLT</link> functions</entry>
<entry>Requires: <filename>sablot.dll</filename>, <filename>expat.dll</filename> (bundled)</entry>
<entry>
PHP &lt;= 4.2.0 requires <filename>sablot.dll</filename>,
<filename>expat.dll</filename> (bundled). PHP &gt;= 4.2.1 requires
<filename>sablot.dll</filename>, <filename>expat.dll</filename>,
<filename>iconv.dll</filename> (bundled).
</entry>
</row>
<row>
<entry>php_yaz.dll</entry>