From af824fa485a76046bf8fc81424538e17db492002 Mon Sep 17 00:00:00 2001 From: Vlad Krupin Date: Tue, 3 Feb 2004 22:03:15 +0000 Subject: [PATCH] more helpful notes for win32 users git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@150434 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/pspell/configure.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/reference/pspell/configure.xml b/reference/pspell/configure.xml index d3ee113e5f..a37376244a 100644 --- a/reference/pspell/configure.xml +++ b/reference/pspell/configure.xml @@ -1,5 +1,5 @@ - +
&reftitle.install; @@ -7,6 +7,21 @@ option when compiling PHP. + + Note to Win32 Users + + 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 + aspell-15.dll from the bin folder of your aspell + installation to a folder where PHP will be able to find it. + C:\PHP or + the SYSTEM32 folder of your windows machine (Ex: + C:\WINNT\SYSTEM32 + or C:\WINDOWS\SYSTEM32) + are good choices. +
+