Source of: /manual/en/iconv.installation.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/iconv.setup.inc";
$setup = array (
'home' =>
array (
0 => 'index.php',
1 => 'PHP Manual',
),
'head' =>
array (
0 => 'UTF-8',
1 => 'en',
),
'this' =>
array (
0 => 'iconv.installation.php',
1 => 'Installation',
),
'up' =>
array (
0 => 'iconv.setup.php',
1 => 'Installing/Configuring',
),
'prev' =>
array (
0 => 'iconv.requirements.php',
1 => 'Requirements',
),
'next' =>
array (
0 => 'iconv.configuration.php',
1 => 'Runtime Configuration',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="iconv.installation" class="section">
<h2 class="title">Installation</h2>
<p class="para">
To use functions provided by this module, the
<span class="application">PHP</span> binary must be built with
the following configure line:
<span class="option">--with-iconv[=DIR]</span>.
</p>
<blockquote><p><b class="note">Note</b>:
<b>Note to Windows® Users</b><br />
<span class="simpara">
In order to enable this module on a Windows® environment, you need to put
a DLL file named <em class="emphasis">iconv.dll</em> or
<em class="emphasis">iconv-1.3.dll</em> (prior to 4.2.1)
which is bundled with the PHP/Win32 binary package into a directory
specified by the <i>PATH</i> environment variable
or one of the system directories of your Windows® installation.
</span>
<span class="simpara">
This module is part of PHP as of PHP 5 thus <em class="emphasis">iconv.dll</em>
and <em class="emphasis">php_iconv.dll</em> is not needed anymore.
</span>
</p></blockquote>
</div><?php manual_footer(); ?>