You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stanislav Malyshev bb6d3e60e8 Allow usage of GD contexts and not tempfiles in output functions 26 years ago
..
Makefile.in UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to 26 years ago
README Added search cache and track query features. 26 years ago
config.m4 Added search cache and track query features. 26 years ago
php_mnogo.c UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to 26 years ago
php_mnogo.h Added search cache and track query features. 26 years ago
setup.stub mnoGoSearch extension module initial version has been added. 26 years ago
test.php UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to 26 years ago

README

$Source$
$Id$

mnoGoSearch extension module version 0.3 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. Only basic minimal functions
set is implemented for now.

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.

5. Add nice warnings when unknown parameters are passed to PHP functions.
Those places are marked with FIXME is php_udm.c