mirror of
https://github.com/php/php-src.git
synced 2024-11-25 19:05:31 +08:00
12 lines
347 B
Plaintext
12 lines
347 B
Plaintext
$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).
|