mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
79c41eec2d
commit
2b144576d4
1 changed files with 11 additions and 3 deletions
|
@ -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 <= 4.2.0 requires: <filename>libxml2.dll</filename> (bundled)</entry>
|
||||
<entry>
|
||||
PHP <= 4.2.0 requires: <filename>libxml2.dll</filename> (bundled)
|
||||
PHP >= 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 <= 4.2.0 requires <filename>sablot.dll</filename>,
|
||||
<filename>expat.dll</filename> (bundled). PHP >= 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>
|
||||
|
|
Loading…
Reference in a new issue