php-src/ext/mnogosearch
Sergey Kartashoff 279588aa12 Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion
result parameters. Example updated.
2001-02-09 13:29:20 +00:00
..
config.m4 Fixed default search path. 2001-02-05 14:00:36 +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 Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion 2001-02-09 13:29:20 +00:00
php_mnogo.h Added new Udm_Clear_Search_Limits mnogosearch extension function. 2001-02-05 15:15:09 +00:00
README Added new Udm_Add_Search_Limit mnoGoSearch extension function. 2001-02-05 13:12:16 +00:00
setup.stub mnoGoSearch extension module initial version has been added. 2001-01-30 12:53:51 +00:00
test.php Added UDM_PARAM_FIRST_DOC and UDM_PARAM_LAST_DOC mnoGoSearch extenstion 2001-02-09 13:29:20 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.
mnoGoSearch function implementation.

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
  ----

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.

3. Test with more databases. Currently tested with MySQL.
Actually it should work fine with other supported databases.

4. Write PHP interface documentation.