readme

来自「php-4.4.7学习linux时下载的源代码」· 代码 · 共 25 行

TXT
25
字号
$Source: /repository/php-src/ext/mnogosearch/Attic/README,v $$Id: README,v 1.9.4.1 2003/10/04 09:43:45 gluke Exp $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).To compile PHP with CVS versions of mnogosearch (not with official releases)you must open configure script of mnogosearch in your editor. Findline 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 beVERSION=x.x.xAfter complete you should reconfigure, recompile, reinstall mnogosearch andphp.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?