]> granicus.if.org Git - php/commitdiff
README for mnoGoSearch module updated.
authorSergey Kartashoff <gluke@php.net>
Thu, 22 Feb 2001 13:02:38 +0000 (13:02 +0000)
committerSergey Kartashoff <gluke@php.net>
Thu, 22 Feb 2001 13:02:38 +0000 (13:02 +0000)
ext/mnogosearch/README

index bb9e329ca817699ff3f656e7334b858e2148eff1..6f8d28ddf085f58989f0b34fa2507d35cc7e7d23 100644 (file)
@@ -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.