mnoGoSearch extension for PHP 1.0.0 review

Download
by rbytes.net on

nmGoSearch extension for PHP is a complete PHP binding for the mnoGoSearch API. If used with mysql you should not use bundled mysq

License: The PHP License
File size: 0K
Developer: Pierre-Alain Joye
0 stars award from rbytes.net

nmGoSearch extension for PHP is a complete PHP binding for the mnoGoSearch API.

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.

Requirements:
PHP 4.3.0 or newer
PEAR Installer 1.4.3 or newer

mnoGoSearch extension for PHP 1.0.0 keywords