From 7493b11caf3750a2297daa605e92c7c8ae956264 Mon Sep 17 00:00:00 2001 From: Sara Golemon Date: Mon, 25 Nov 2002 02:32:40 +0000 Subject: [PATCH] Added note for Win32 users. "Copy iconv-1.3.dll" git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@105617 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/iconv/reference.xml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/reference/iconv/reference.xml b/reference/iconv/reference.xml index 4addf9d422..452e19ea0d 100644 --- a/reference/iconv/reference.xml +++ b/reference/iconv/reference.xml @@ -1,5 +1,5 @@ - + iconv functions iconv @@ -33,6 +33,15 @@ your PHP interpreter using the configure line . + + Note to Win32 Users + + In order to enable this module on a Windows environment, you must copy + iconv-1.3.dll from the DLL folder of the PHP/Win32 binary + package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 + or C:\WINDOWS\SYSTEM32) + + &reference.iconv.ini;