MENU

php 安装扩展 提示错误的解决办法

May 6, 2019 • 已被 189 位童鞋围观过 • 代码分享

再次安装opencc的时候 make test 出现了错误 错误提示如下

The test-suite requires that proc_open() is available.
Please check if you disabled it in php.ini.

解决办法很简单 找到php.ini 的禁止函数 移除 proc_open()函数
重启 PHP 重新 make test 通过 OK!

Last Modified: September 28, 2023