安装/配置
在线手册:中文 英文
PHP手册

安装

You need to compile PHP with the --with-mhash[=DIR] parameter to enable this extension. DIR is the mhash installation directory.

As of PHP 5.3.0, the mhash extension is emulated thru the Hash extension. This makes the mhash installation directory have no effect, and requires the hash extension enabled to make the mhash support available.


安装/配置
在线手册:中文 英文
PHP手册
PHP手册 - N: 安装

用户评论:

Anonymous (11-Aug-2008 11:39)

DIR is not the installation directory, it is the directory that contains the compiled source files (ie. /usr/src/mhash...).