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

安装

» PECL 扩展未与 PHP 捆绑。

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装 章节中找到。另外的信息,如新的发行版本、下载、源文件、 Additional information such as new releases,维护人员信息及变更日志等,都在此处: » http://pecl.php.net/package/runkit.

PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建 章节。


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

用户评论:

frxstrem (25-May-2010 10:19)

If the normal PECL installation doesn't work for you, you may want to install from SVN instead:

svn checkout http://svn.php.net/repository/pecl/runkit/trunk/
cd trunk
pecl install package.xml

After pecl has finished installing runkit, add the following line to your php.ini file(s):

extension=runkit.so

Then restart your webserver, and runkit should now be installed and working with your PHP installation.