reference/enchant/configure.xml
6c7300690f0328443314af3bec6aa3ce374ae368
...
...
@@ -3,14 +3,9 @@
3
3
<section xml:id="enchant.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 is bundled with PHP as of PHP 5.3.0. Before this time,
7
-
enchant was a PECL extension. Users of versions prior to 5.3.0 may use the
8
-
<link xlink:href="&url.pecl.package;enchant">PECL extension</link>.
9
-
</para>
10
-
<para>
11
6
Provided the
12
7
<link linkend="enchant.requirements">required libraries</link> are
13
-
installed, users of PHP 5.3.0 or later may enable enchant by adding the
8
+
installed, users may enable enchant by adding the
14
9
<option role="configure">--with-enchant[=dir]</option> option when compiling
15
10
PHP.
16
11
</para>
...
...
@@ -28,8 +23,11 @@
28
23
</para>
29
24
<para>
30
25
Furthermore, it is necessary to copy at least one of the shipped providers in
31
-
<filename>lib/enchant/</filename> to <filename>C:\enchant_plugins</filename>.
32
-
This path can be customized by creating the registry value
26
+
<filename>lib\enchant</filename> to <filename>\usr\local\lib\enchant-2</filename>
27
+
(which is an absolute path from the root of the <emphasis>current drive</emphasis>).
28
+
Prior to PHP 8.0.0, i.e. using Enchant v1, the providers had to be copied to
29
+
<filename>C:\enchant_plugins</filename> instead,
30
+
where this path could be customized by creating the registry value
33
31
<literal>HKEY_CURRENT_USER\SOFTWARE\Enchant\Config\Module_Dir</literal>
34
32
and setting it to the desired path.
35
33
</para>
36
34