If we have PHP 4.3.0, we can make SquirrelSpell work with safe_mode.
[squirrelmail.git] / plugins / squirrelspell / INSTALL
index 808dec0cbff9a9f59ab7998e0ce35e5e8edf4322..478380b06ecf4cabfc6f9d166771277b18e15b67 100644 (file)
@@ -1,11 +1,11 @@
-SquirrelSpell-v0.3.1
----------------------
+SquirrelSpell plugin
+--------------------
 
 Untar SquirrelSpell into your squirrelmail/plugins directory. Modify the 
 sqspell_config.php file making sure you have ispell or aspell
 available on your system and located in PHP's path. The squirrelspell
 doesn't check for that and if it is not available, you're just going to
-get a "No errors found"  message every time. :) Quite pleasing, but not
+get a "No errors found" message every time. :) Quite pleasing, but not
 very useful.
 
 Read files in "doc" directory -- they explain some features.
@@ -13,6 +13,14 @@ Read files in "doc" directory -- they explain some features.
 Enable the plugin either by hand or by running the configure script from
 your squirrelmail install directory.
 
+NOTE: If you are using php >= 4.3.0 squirrelspell should work in safe mode.
+Otherwise, you may have to disable safe mode for the squirrelspell directory.
+   APACHE CONF EXAMPLE:
+       <Directory /webroot/squirrelmail/plugins/squirrelspell>
+               php_admin_value safe_mode 0
+       </Directory>
+
+
 Enjoy and report bugs. ;)
 
 This is an options commented sqspell_config.php
@@ -113,4 +121,4 @@ This is an options commented sqspell_config.php
                     Adding until resolved.
     **/
     $SQSPELL_SOUP_NAZI = 'Mozilla/3, Mozilla/2, Opera 4, Opera/4, Macintosh';
-?>    
\ No newline at end of file
+?>