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

安装

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.


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

用户评论:

Anonymous (2008-08-11 15:39:06)

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

易百教程