我正在尝试在Windows 10计算机上的this上完成IBM Cloud PHP入门教程。
我尝试使用PHP 7.3(7.3.2)(下载文件名为php-7.3.2-nts-Win32-VC15-x64.zip)。
我已经安装了“ VC15版本需要具有Visual Studio 2017 x64的Visual C ++可再发行组件”(vc_redist.x64.exe)
在步骤2中,
php composer.phar install
我得到了错误
C:\temp\get-started-php>php composer.phar install Loading composer repositories with package information Installing dependencies (including require-dev) from lock file
[ErrorException] "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
install [--prefer-source] [--prefer-dist] [--dry-run] [--dev] [--no-dev] [--no-custom-installers] [--no-autoloader] [--no-scripts] [--no-progress] [--no-suggest] [-v|vv|vvv|--verbose] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--ignore-platform-reqs] [--] [<packages>]...
我查看了“警告:“继续”定位开关等效于“中断”。您是要使用“继续2”吗?”在this post in stackoverflow尝试了composer update
和composer self-update
。
我仍然遇到"continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"?
错误。
任何有关如何解决此问题的建议都将受到赞赏。
答案 0 :(得分:0)
是的,这是php 7.3的新内容
您可以尝试composer self-update
或下载composer.phar的最新版本。
如果错误是在第三方库中引发的,那么您只能用它们打开票证,然后再做其他事情。