php-src/ext/mnogosearch
2002-06-10 16:46:06 +00:00
..
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +00:00
CREDITS # also Added CREDITS and cvs Template 2001-02-08 10:14:57 +00:00
index.php - mnogosearch example updated to include searchd support 2001-12-10 07:21:50 +00:00
php_mnogo.c # Mnogosearch new function calls fixes 2002-06-10 16:46:06 +00:00
php_mnogo.h # More mnogosearch updates 2002-06-06 05:45:46 +00:00
README # mnoGoSearch module TODO updated 2001-04-30 10:04:47 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.

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 
library. To do this you should compile php with specefying mysql-dir
(for example --with-mysql=/usr, not --with-mysql).

  TODO
  ----

Implement indexing functions of the library.
For example retrieving, parsing, checking of the URL and so on...