nlopess Mon Mar 7 12:37:18 2005 EDT
Modified files:
/phpdoc/en/reference/gettext configure.xml
Log:
remove note about copying files to the windows dir
http://cvs.php.net/diff.php/phpdoc/en/reference/gettext/configure.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/gettext/configure.xml
diff -u phpdoc/en/reference/gettext/configure.xml:1.7
phpdoc/en/reference/gettext/configure.xml:1.8
--- phpdoc/en/reference/gettext/configure.xml:1.7 Tue Aug 17 03:44:30 2004
+++ phpdoc/en/reference/gettext/configure.xml Mon Mar 7 12:37:17 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<section id="gettext.installation">
&reftitle.install;
<para>
@@ -7,19 +7,6 @@
<option role="configure">--with-gettext[=DIR]</option> where DIR is the
gettext install directory, defaults to <filename>/usr/local</filename>.
</para>
- <note>
- <title>Note to Win32 Users</title>
- <simpara>
- In order to enable this module on a Windows environment, you must copy
- <filename>gnu_gettext.dll</filename> from the DLL folder of the PHP/Win32
binary
- package to the SYSTEM32 folder of your windows machine. (Ex: <filename
class="directory">C:\WINNT\SYSTEM32</filename>
- or <filename class="directory">C:\WINDOWS\SYSTEM32</filename>). Starting
with PHP 4.2.3 the name changed to
- <filename>libintl-1.dll</filename>, this requires also
- <filename>iconv.dll</filename> to be copied.
- <filename>libintl-1.dll</filename> is not needed as of PHP 4.3.8,
- <filename>iconv.dll</filename> is not needed as of PHP 5.
- </simpara>
- </note>
</section>
<!-- Keep this comment at the end of the file