Date: 07/26/00
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions session.xml"
- Previous message: Vlad Krupin: "[PHP-DOC] cvs: phpdoc /en/functions pspell.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
vlad Wed Jul 26 15:14:37 2000 EDT
Modified files:
/phpdoc/en/functions aspell.xml
Log:
added a note recommending people to use pspell instead of
aspell because aspell module can use only *very* old
versions of aspell library and is no longer supported
Index: phpdoc/en/functions/aspell.xml
diff -u phpdoc/en/functions/aspell.xml:1.4 phpdoc/en/functions/aspell.xml:1.5
--- phpdoc/en/functions/aspell.xml:1.4 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/aspell.xml Wed Jul 26 15:14:37 2000
@@ -7,6 +7,13 @@
The <function>aspell</function> functions allows you to check the
spelling on a word and offer suggestions.
</simpara>
+ <note><simpara>
+ aspell works only with very old (up to .27.* or so) versions of aspell
+ library. Neither this module, nor those versions of aspell library are
+ supported any longer. If you want to use spell-checking capabilities in
+ php, use <link linkend="ref.pspell">pspell</link> instead. It uses
+ pspell library and works with newer versions of aspell.
+ </simpara></note>
<simpara>
You need the aspell library, available from: <ulink
url="&url.aspell;">&url.aspell;</ulink>.
- Next message: Egon Schmid: "[PHP-DOC] cvs: phpdoc /en/functions session.xml"
- Previous message: Vlad Krupin: "[PHP-DOC] cvs: phpdoc /en/functions pspell.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

