php-src/ext/mnogosearch
Sergey Kartashoff 2726d79b9f @- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to
@  mnogosearch extesion for use with mnogosearch-3.2.11 or later.
- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to
  mnogosearch extesion for use with mnogosearch-3.2.11 or later.
2003-05-10 11:31:52 +00:00
..
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 2002-03-12 16:44:00 +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 new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to 2003-05-10 11:31:52 +00:00
php_mnogo.h @- A new functions Udm_Alloc_Agent_Array and Udm_Hash32 have been added to 2003-05-10 11:31:52 +00:00
README Search example (which demonstrates using of mnogosearch API) is updated. 2002-06-29 10:42:54 +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).