Don"t use swoole, recently took a thinkphp3.2 framework project, which is to use swoole.
but after I installed the swolle extension on nginx, I kept reporting errors. Through phpinfo and php-m, I can confirm that swolle has been installed successfully
but var_dump (extension_loaded ("swoole_loader"));
) results in false.. What is the situation
,extension_loaded("swoole_loader") ,cli,,?~~
1 PHPinfo 2php -m