php-src/ext/mnogosearch
2001-02-02 15:49:59 +00:00
..
config.m4 Added search cache and track query features. 2001-01-31 14:04:30 +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 Fixed protos. 2001-02-02 15:49:59 +00:00
php_mnogo.h Added search cache and track query features. 2001-01-31 14:04:30 +00:00
README Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters 2001-02-02 12:54:15 +00:00
setup.stub mnoGoSearch extension module initial version has been added. 2001-01-30 12:53:51 +00:00
test.php Added new UDM_PARAM_STOPTABLE and UDM_PARAM_STOPFILE parameters 2001-02-02 12:54:15 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.
Basic 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 more UdmSearch functions.

2. Fix  config.m4 to detect whether UdmSearch is actually installed.
Currently there is no any checking. ./configure just trust that UdmSearch
does exist.

3. Test with more databases. Currently tested with MySQL which is compiled into
PHP4 by default and does not require any additional UdmSearch libraries.
  Actually it should work fine with other supported database.

4. Write PHP interface documentation.