summaryrefslogtreecommitdiff
path: root/ext/mnogosearch
diff options
context:
space:
mode:
authorSergey Kartashoff <gluke@php.net>2003-10-04 08:27:37 +0000
committerSergey Kartashoff <gluke@php.net>2003-10-04 08:27:37 +0000
commit069e311c603967da0fc7a56af1f640d4a6c68b33 (patch)
tree71f09eec6f8e87ee7eb6ec64eb66ab8253332534 /ext/mnogosearch
parent77c0beb143f525695969273003947e19494b1551 (diff)
downloadphp-git-069e311c603967da0fc7a56af1f640d4a6c68b33.tar.gz
- Updated README for mnogosearch extension
Diffstat (limited to 'ext/mnogosearch')
-rw-r--r--ext/mnogosearch/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/mnogosearch/README b/ext/mnogosearch/README
index 8151c949f7..43f39582f0 100644
--- a/ext/mnogosearch/README
+++ b/ext/mnogosearch/README
@@ -9,3 +9,16 @@ 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.