diff --git a/reference/iconv/configure.xml b/reference/iconv/configure.xml index 59730a1538..530373681e 100644 --- a/reference/iconv/configure.xml +++ b/reference/iconv/configure.xml @@ -3,24 +3,22 @@
&reftitle.install; - To use functions provided by this module, the - PHP binary must be built with - the following configure line: - . + This extension is enabled by default, although it may be disabled by + compiling with . + + + The optional directive + is used to specify the location of iconv on the system + that PHP is being compiled on, otherwise only the default locations are scanned. - Note to Windows® Users + Note to PHP 4 users - In order to enable this module on a Windows® environment, you need to put - a DLL file named iconv.dll or - iconv-1.3.dll (prior to 4.2.1) - which is bundled with the PHP/Win32 binary package into a directory - specified by the PATH environment variable - or one of the system directories of your Windows® installation. - - - This module is part of PHP as of PHP 5 thus iconv.dll - and php_iconv.dll is not needed anymore. + Enabling this extension requires building with + , or Windows + users may enable by having iconv.dll + available in the systems PATH, and php_iconv.dll + enabled in &php.ini;.