我升级了PHP到版本7,现在我遇到了pecl命令的问题。 当我运行sudo pecl install mongo
我得到了很长的错误列表:
Warning: Invalid argument supplied for foreach() in Command.php on line 249 Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249 Warning: Invalid argument supplied for foreach() in Command.php on line 249 Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249 Warning: Invalid argument supplied for foreach() in Command.php on line 249 Warning: Invalid argument supplied for foreach() in /usr/share/php/PEAR/Command.php on line 249
我试过这个问题的解决scheme: PECL命令产生长长的错误列表,但它不起作用。 我用PHP7使用Ubuntu 14.04,我安装了php-dev
软件包
用apt-get安装php-xml:
sudo apt-get install php-xml php7.0-xml