diff options
author | SVN Migration <svn@php.net> | 2004-01-25 12:03:25 +0000 |
---|---|---|
committer | SVN Migration <svn@php.net> | 2004-01-25 12:03:25 +0000 |
commit | 22476b36ce621bdd115493bab84cbe706e422a7c (patch) | |
tree | 1124d1c5af68860a78c2252bb0dac63c9f18156e /ext/mnogosearch/README | |
parent | eb7aca4ea896b09cb9afc2466a46f4720acc4a4e (diff) | |
download | php-git-php_ibase_before_split.tar.gz |
This commit was manufactured by cvs2svn to create tagphp_ibase_before_split
'php_ibase_before_split'.
Diffstat (limited to 'ext/mnogosearch/README')
-rw-r--r-- | ext/mnogosearch/README | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/ext/mnogosearch/README b/ext/mnogosearch/README deleted file mode 100644 index 2b4315796e..0000000000 --- a/ext/mnogosearch/README +++ /dev/null @@ -1,24 +0,0 @@ -$Source$ -$Id$ - -mnoGoSearch extension module for PHP. - -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). - -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. |