reference/iconv/configure.xml
8adbce186270034ff76604abe434119d307dd2b0
...
...
@@ -1,4 +1,4 @@
1
-
<?xml version="1.0" encoding="UTF-8"?>
1
+
<?xml version="1.0" encoding="utf-8"?>
2
2
<!-- $Revision$ -->
3
3
<section xml:id="iconv.installation" xmlns="http://docbook.org/ns/docbook">
4
4
&reftitle.install;
...
...
@@ -7,20 +7,10 @@
7
7
compiling with <option role="configure">--without-iconv</option>.
8
8
</para>
9
9
<para>
10
-
The optional <option role="configure">--with-iconv-dir</option> directive
10
+
The optional <option role="configure">--with-iconv[=DIR]</option> directive
11
11
is used to specify the location of <emphasis>iconv</emphasis> on the system
12
12
that PHP is being compiled on, otherwise only the default locations are scanned.
13
13
</para>
14
-
<note>
15
-
<title>Note to PHP 4 users</title>
16
-
<simpara>
17
-
Enabling this extension requires building with
18
-
<option role="configure">--with-iconv=[DIR]</option>, or Windows
19
-
users may enable by having <filename>iconv.dll</filename>
20
-
available in the systems PATH, and <filename>php_iconv.dll</filename>
21
-
enabled in &php.ini;.
22
-
</simpara>
23
-
</note>
24
14
</section>
25
15

26
16
<!-- Keep this comment at the end of the file
27
17