gluke           Sat Oct  4 05:43:46 2003 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/ext/mnogosearch    README 
  Log:
  - README in mnogosearch extension is updated
  
  
Index: php-src/ext/mnogosearch/README
diff -u php-src/ext/mnogosearch/README:1.9 php-src/ext/mnogosearch/README:1.9.4.1
--- php-src/ext/mnogosearch/README:1.9  Sat Jun 29 06:42:52 2002
+++ php-src/ext/mnogosearch/README      Sat Oct  4 05:43:45 2003
@@ -1,5 +1,5 @@
 $Source: /usr/repository/php-src/ext/mnogosearch/README,v $
-$Id: README,v 1.9 2002/06/29 10:42:52 gluke Exp $
+$Id: README,v 1.9.4.1 2003/10/04 09:43:45 gluke Exp $
 
 mnoGoSearch extension module for PHP4.
 
@@ -9,3 +9,16 @@
 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.

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to