mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
more helpful notes for win32 users
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150434 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
31c3ea4119
commit
af824fa485
1 changed files with 16 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<section id="pspell.installation">
|
||||
&reftitle.install;
|
||||
<para>
|
||||
|
@ -7,6 +7,21 @@
|
|||
<option role="configure">--with-pspell[=dir]</option> option
|
||||
when compiling PHP.
|
||||
</para>
|
||||
<note>
|
||||
<title>Note to Win32 Users</title>
|
||||
<simpara>
|
||||
win32 support is available only in PHP 4.3.3 and later versions.
|
||||
Also, you must have aspell 0.50 or newer installed.
|
||||
In order to enable this module under Windows, you must copy
|
||||
<filename>aspell-15.dll</filename> from the bin folder of your aspell
|
||||
installation to a folder where PHP will be able to find it.
|
||||
<filename class="directory">C:\PHP</filename> or
|
||||
the SYSTEM32 folder of your windows machine (Ex:
|
||||
<filename class="directory">C:\WINNT\SYSTEM32</filename>
|
||||
or <filename class="directory">C:\WINDOWS\SYSTEM32</filename>)
|
||||
are good choices.
|
||||
</simpara></section>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue