mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
win requires also iconv.dll for gettext, fix for bug #23998
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@130108 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
4be2baf009
commit
b361c59ad7
1 changed files with 3 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.33 $ -->
|
||||
<!-- $Revision: 1.34 $ -->
|
||||
<sect1 id="install.windows">
|
||||
<title>Installation on Windows systems</title>
|
||||
<para>
|
||||
|
@ -933,7 +933,8 @@ extension=php_bz2.dll
|
|||
<entry><link linkend="ref.gettext">Gettext</link> functions</entry>
|
||||
<entry>
|
||||
PHP <= 4.2.0 requires <filename>gnu_gettext.dll</filename> (bundled),
|
||||
PHP >= 4.2.3 requires <filename>libintl-1.dll</filename> (bundled).
|
||||
PHP >= 4.2.3 requires <filename>libintl-1.dll</filename>,
|
||||
<filename>iconv.dll</filename> (bundled).
|
||||
</entry>
|
||||
</row>
|
||||
<row>
|
||||
|
|
Loading…
Reference in a new issue