php-src/ext/mnogosearch
2003-12-08 08:12:34 +00:00
..
config.m4 Aligned configure help texts. 2003-10-03 05:24:33 +00:00
CREDITS - Site mirror detection and popularity rank has been added to mnogosearch 2002-09-28 17:52:18 +00:00
index.php # mnogosearch example fix 2002-08-03 11:34:53 +00:00
php_mnogo.c - A bug in Udm_Hash32 function was fixed. 2003-12-08 08:12:34 +00:00
php_mnogo.h updating license information in the headers. 2003-06-10 20:04:29 +00:00
README - Updated README for mnogosearch extension 2003-10-04 08:27:37 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP4.

For details please refer to http://www.mnogosearch.org/

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

To compile PHP with CVS versions of mnogosearch (not with official releases)
you must open configure script of mnogosearch in your editor. Find
line like the following:

VERSION=x.x.x-`date "+%d%m%Y"`

where x.x.x is the mnogosearch version number like 3.2.16 or so.
Then just remove -`date "+%d%m%Y"`. After that this line should be
VERSION=x.x.x

After complete you should reconfigure, recompile, reinstall mnogosearch and
php.