Differences from version 1 to 5



@@ -1,4 +1,4 @@

-Since the notes in the PHP manual seem a little lacking I though I'd include a note here on configuring the pspell functions in Windows PHP.
+Since the notes in the PHP manual seem a little lacking I though I'd include a note here on configuring the pspell functions in Windows PHP. This module is required in order to access the bnspell AJAX package from within bitweaver.
 !!Download and Install ASpell Win32
 It would be interesting to know if there is a later windows build of aspell, since this seems to be some 4 years old.
 [http://ftp.gnu.org/gnu/aspell/w32/Aspell-0-50-3-3-Setup.exe|aspell win32]

@@ -7,10 +7,13 @@

 [http://aspell.net/win32/|Windows Dictionaries] has a number of dictionaries for use with the package. I downloaded the English one, but need to check if I have British rather than American.
 Running the dictionary installer copies all the files to the place that aspell was installed.
 !!Enable the pspell extension
-Getting the spelling right,
-{code source=PHP}extension=php_pspell.dll(/code)
+Getting the spelling right
+{code source=PHP}extension=php_pspell.dll
+{/code}
 needs adding to the php.ini directory to enable the package, and Apache needs restalling to pick it up.
+This should give an single line entry in the phpinfo report for __pspell__ that PSpell Support is enabled.
 !!Test the installation
+Copy the following code to a php page that you can run.
 {code source=PHP}
 <?php
 echo "Check Spelling Installation";

@@ -20,6 +23,7 @@

 { echo "This is a valid spelling"; }
 else
 { echo "Sorry, wrong spelling"; }
-?>(/code)
+?>{/code}
+This confirms that the GB spellings are being used by my setup. Change the en to your selected language, and use an appropriate test word in the pspell_check statement.
 !!PHP Functions
 This allows the access to [http://uk.php.net/pspell|pspell fuctions] in PHP
Page History
Date/CommentUserIPVersion
21 Oct 2006 (16:16 UTC)
Lester Caine81.138.11.1365
Current • Source
Lester Caine81.138.11.1363
View • Compare • Difference • Source
Lester Caine81.138.11.1362
View • Compare • Difference • Source
Lester Caine81.138.11.1361
View • Compare • Difference • Source