cli已停止在Windows 7中运行php 7.1.9 xampp

时间:2017-09-26 14:12:23

标签: php redis xampp laravel-5.2 laravel-queue

我已经通过重新安装 XAMPP 将PHP版本从 5.5 升级到 7.1.9 。在我的项目中我正在努力 laravel queue ,带有 Redis 服务器。

但是,当我试图通过php artisan queue:work --queue=high为一项工作运行队列工作命令时,它会向我显示一个窗口弹出窗口并且没有任何事情发生,并且终端会被卡住,直到我关闭该弹出窗口

enter image description here

我没有得到什么问题。
我对此做了一些研究,但我的问题并没有解决这些问题 例如: -
PHP inbuilt server gives "CLI has stopped working"
PHP -> CLI has stopped working

任何团体有任何解决方案请与我分享。

Apache中的错误日志: -

[Tue Sep 26 15:39:51.928457 2017] [ssl:warn] [pid 5244:tid 152] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:39:52.346464 2017] [ssl:warn] [pid 5244:tid 152] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:39:53.156465 2017] [mpm_winnt:notice] [pid 5244:tid 152] AH00455: Apache/2.4.27 (Win32) OpenSSL/1.0.2l PHP/7.1.9 configured -- resuming normal operations
[Tue Sep 26 15:39:53.156465 2017] [mpm_winnt:notice] [pid 5244:tid 152] AH00456: Apache Lounge VC14 Server built: Jul  9 2017 11:48:22
[Tue Sep 26 15:39:53.156465 2017] [core:notice] [pid 5244:tid 152] AH00094: Command line: 'D:\\xampp\\apache\\bin\\httpd.exe -d D:/xampp/apache'
[Tue Sep 26 15:39:53.166465 2017] [mpm_winnt:notice] [pid 5244:tid 152] AH00418: Parent: Created child process 6460
[Tue Sep 26 15:39:53.892473 2017] [ssl:warn] [pid 6460:tid 168] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:39:54.062473 2017] [ssl:warn] [pid 6460:tid 168] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:39:54.472474 2017] [mpm_winnt:notice] [pid 6460:tid 168] AH00354: Child: Starting 150 worker threads.
[Tue Sep 26 15:41:08.102212 2017] [ssl:warn] [pid 6832:tid 152] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:41:08.392213 2017] [ssl:warn] [pid 6832:tid 152] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:41:08.422213 2017] [mpm_winnt:notice] [pid 6832:tid 152] AH00455: Apache/2.4.27 (Win32) OpenSSL/1.0.2l PHP/7.1.9 configured -- resuming normal operations
[Tue Sep 26 15:41:08.422213 2017] [mpm_winnt:notice] [pid 6832:tid 152] AH00456: Apache Lounge VC14 Server built: Jul  9 2017 11:48:22
[Tue Sep 26 15:41:08.422213 2017] [core:notice] [pid 6832:tid 152] AH00094: Command line: 'd:\\xampp\\apache\\bin\\httpd.exe -d D:/xampp/apache'
[Tue Sep 26 15:41:08.422213 2017] [mpm_winnt:notice] [pid 6832:tid 152] AH00418: Parent: Created child process 7068
[Tue Sep 26 15:41:08.962214 2017] [ssl:warn] [pid 7068:tid 168] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:41:09.132214 2017] [ssl:warn] [pid 7068:tid 168] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Sep 26 15:41:09.162214 2017] [mpm_winnt:notice] [pid 7068:tid 168] AH00354: Child: Starting 150 worker threads.

0 个答案:

没有答案