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.
 
 
 
 
 
 
Ilia Alshanetsky aebb39b014 Changed php_error to php_error_docref. 23 years ago
..
CREDITS - Site mirror detection and popularity rank has been added to mnogosearch 24 years ago
README Search example (which demonstrates using of mnogosearch API) is updated. 24 years ago
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 24 years ago
index.php # mnogosearch example fix 24 years ago
php_mnogo.c Changed php_error to php_error_docref. 23 years ago
php_mnogo.h Bump year. 23 years ago

README

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