summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSergey Kartashoff <gluke@php.net>2001-02-22 13:02:38 +0000
committerSergey Kartashoff <gluke@php.net>2001-02-22 13:02:38 +0000
commit047e598c3a6f2f00fdb28cf4467d4b7fcb0b11f5 (patch)
tree2e610df43c34f233d31bc5b9bafe7468adace5fb /ext
parent9a28132876f52a062ef966e07df950206c8fb9bb (diff)
downloadphp-git-047e598c3a6f2f00fdb28cf4467d4b7fcb0b11f5.tar.gz
README for mnoGoSearch module updated.
Diffstat (limited to 'ext')
-rw-r--r--ext/mnogosearch/README14
1 files changed, 5 insertions, 9 deletions
diff --git a/ext/mnogosearch/README b/ext/mnogosearch/README
index bb9e329ca8..6f8d28ddf0 100644
--- a/ext/mnogosearch/README
+++ b/ext/mnogosearch/README
@@ -2,7 +2,8 @@ $Source$
$Id$
mnoGoSearch extension module for PHP4.
-mnoGoSearch function implementation.
+
+For details please refer to http://search.mnogo.ru
If used with mysql you should not use bundled mysql library
in the php distribution. You should use native mysql
@@ -12,13 +13,8 @@ library. To do this you should compile php with specefying mysql-dir
TODO
----
-1. Implement all mnoGoSearch functions.
-
-2. Fix config.m4 to detect whether mnoGoSearch is actually installed.
-Currently there is no any checking. ./configure just trust that mnoGoSearch
-does exist.
+1. Implement all mnoGoSearch functions and update module
+ accoding to the latest version of mnoGoSearch.
-3. Test with more databases. Currently tested with MySQL.
+2. Test with more databases. Currently tested with MySQL.
Actually it should work fine with other supported databases.
-
-4. Write PHP interface documentation.