php-src/ext/mnogosearch
Sergey Kartashoff 26fea0bd80 - mnoGoSearch extension was updated to support CachedCopies of
mnogosearch-3.2.16 or later. Udm_Get_Agent_Param and
  Udm_Store_Doc_Cgi functions were added. MnoGoSearch-3.2.3 stored API
  was removed.
2004-05-08 11:50:40 +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 - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00
php_mnogo.c - mnoGoSearch extension was updated to support CachedCopies of 2004-05-08 11:50:40 +00:00
php_mnogo.h - mnoGoSearch extension was updated to support CachedCopies of 2004-05-08 11:50:40 +00:00
README - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 2004-01-17 13:00:38 +00:00

$Source$
$Id$

mnoGoSearch extension module for PHP.

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.