作曲家的cakephp 3安装错误
cakephp 3 installation error with composer
我安装了 Php 7,但每当我尝试使用 composer 从命令行安装 CakePHP 时,我都会收到此错误:
您的 PHP 版本 5.4.0beta2-dev 受 CVE-2013-6420 影响,无法安全地执行证书验证,我们强烈建议您升级。
我的 PHP 版本是最新的,我无法在本地安装 CakePHP,因为它会提供很多错误
请再次阅读该错误消息。更清楚了:
Your version of PHP, 5.4.0beta2-dev, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade.
您显然不 运行 php 7 在您的 CLI 环境中。
- https://unix.stackexchange.com/questions/163762/php-cli-and-bash-change-behaviour-of-php-keyword
- How to access PHP with the Command Line on Windows?
- Let me google that for you
我安装了 Php 7,但每当我尝试使用 composer 从命令行安装 CakePHP 时,我都会收到此错误:
您的 PHP 版本 5.4.0beta2-dev 受 CVE-2013-6420 影响,无法安全地执行证书验证,我们强烈建议您升级。
我的 PHP 版本是最新的,我无法在本地安装 CakePHP,因为它会提供很多错误
请再次阅读该错误消息。更清楚了:
Your version of PHP, 5.4.0beta2-dev, is affected by CVE-2013-6420 and cannot safely perform certificate validation, we strongly suggest you upgrade.
您显然不 运行 php 7 在您的 CLI 环境中。
- https://unix.stackexchange.com/questions/163762/php-cli-and-bash-change-behaviour-of-php-keyword
- How to access PHP with the Command Line on Windows?
- Let me google that for you