我通过重新安装XAMPP将 PHP 版本从5.5升级到7.1.9。在我的项目中,我正在使用Redis服务器处理laravel 队列。
但是,当我尝试通过php artisan queue:work --queue=high
作业运行队列工作命令时,它会向我显示一个窗口弹出窗口,但没有任何反应,终端卡住,直到我关闭该弹出窗口
我不明白是什么问题。
我对此进行了一些研究,但这些解决方案并未解决我的问题。
例如:-
PHP 内置服务器给出“CLI 已停止工作”
PHP -> CLI 已停止工作
任何机构有任何解决方案请与我分享。
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.