reference/intl/configure.xml
6681b88ea0429a139546ea9c71bb808e722c17b0
...
...
@@ -3,17 +3,8 @@
3
3
<section xml:id="intl.installation" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
4
4
&reftitle.install;
5
5
<para>
6
-
This extension may be installed using the bundled version as of PHP 5.3.0,
7
-
or as a PECL extension as of PHP 5.2.0. In other words, there are two methods
8
-
to install the intl extension.
9
-
</para>
10
-
<para>
11
-
&pecl.info;
12
-
<link xlink:href="&url.pecl.package;intl">&url.pecl.package;intl</link>.
13
-
</para>
14
-
<para>
15
-
Alternatively, <literal>--enable-intl</literal> will enable the bundled
16
-
version while compiling PHP.
6
+
<option role="configure">--enable-intl</option> will enable the
7
+
extension while compiling PHP.
17
8
</para>
18
9
<para>
19
10
If your ICU is installed to a non-standard directory then you might want to
...
...
@@ -24,7 +15,7 @@
24
15
<screen>$ export LD_LIBRARY_PATH=/opt/icu/lib</screen>
25
16
<para>
26
17
Otherwise, if PHP and ICU are installed to their default locations, then the
27
-
additional options to `configure' are not needed.
18
+
additional options to <command>configure</command> are not needed.
28
19
</para>
29
20
</section>
30
21

31
22