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.
 
 
 
 
 
 
Wez Furlong 0447327118 Implement get_file_contents() as discussed (briefly!) by myself, Derick 25 years ago
..
CREDITS # also Added CREDITS and cvs Template 26 years ago
README # mnoGoSearch module TODO updated 25 years ago
config.m4 extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed 25 years ago
index.php - mnogosearch example updated to include searchd support 25 years ago
php_mnogo.c Maintain headers. 25 years ago
php_mnogo.h Maintain headers. 25 years ago

README

$Source$
$Id$

mnoGoSearch extension module for PHP4.

For details please refer to http://search.mnogo.ru

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

Implement indexing functions of the library.
For example retrieving, parsing, checking of the URL and so on...