From b4afad33d9fc0dbf21e9bae48cc6752a02c769e9 Mon Sep 17 00:00:00 2001 From: Jeroen van Wolffelaar Date: Mon, 13 Aug 2001 22:35:43 +0000 Subject: [PATCH] More clear that aspell is deprecated, and you should use pspell git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@54660 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/aspell.xml | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/functions/aspell.xml b/functions/aspell.xml index a0a5b1b532..4bd68262b5 100644 --- a/functions/aspell.xml +++ b/functions/aspell.xml @@ -1,6 +1,6 @@ - + - Aspell functions + Aspell functions [deprecated] Aspell @@ -27,7 +27,7 @@ aspell_new - Load a new dictionary + Load a new dictionary [deprecated] Description @@ -35,9 +35,11 @@ int aspell_new string master - string personal + string + personal + aspell_new opens up a new dictionary and returns the dictionary link identifier for use in other aspell @@ -57,7 +59,7 @@ $aspell_link = aspell_new("english"); aspell_check - Check a word + Check a word [deprecated] Description @@ -93,7 +95,7 @@ if (aspell_check($aspell_link, "testt")) { aspell_check_raw - Check a word without changing its case or trying to trim it + Check a word without changing its case or trying to trim it [deprecated] @@ -130,7 +132,7 @@ if (aspell_check_raw($aspell_link, "test")) { aspell_suggest - Suggest spellings of a word + Suggest spellings of a word [deprecated] Description