php-src/ext/mnogosearch
2001-05-24 10:07:29 +00:00
..
config.m4 Fix indentation of ./configure --help messages. 2001-05-12 09:13:42 +00:00
CREDITS # also Added CREDITS and cvs Template 2001-02-08 10:14:57 +00:00
Makefile.in UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to 2001-02-01 13:06:26 +00:00
php_mnogo.c * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) 2001-05-24 10:07:29 +00:00
php_mnogo.h Udm_Cat_List and Udm_Cat_Path functions has been added. 2001-04-30 11:11:19 +00:00
README # mnoGoSearch module TODO updated 2001-04-30 10:04:47 +00:00
setup.stub mnoGoSearch extension module initial version has been added. 2001-01-30 12:53:51 +00:00
test.php # mnoGoSearch example fix 2001-03-02 11:43:27 +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...