What should I do if I can’t use swoole?
1,php -i | grep ini, find the configuration file,
2, check the ini configuration file address
3, check whether extension=swoole.so Configuration
4,php -m | grep swoole
Collected online, for reference only
Recommended: "swoole tutorial"
The above is the detailed content of What should I do if I can't use swoole?. For more information, please follow other related articles on the PHP Chinese website!