The source code of the model requires the PHP swoole_loader.so extension, and the webmaster has organized the extension files for different PHP versions for easy download and use.
The files are suitable for the following PHP versions:
- swoole_loader72.so
- swoole_loader74.so
- swoole_loader80.so
- swoole_loader81.so
Installation Tutorial#
Here, we take PHP 7.4 as an example:
1 – Click to download the unix PHP7.4 Swoole Loader extension file
2 – Install Swoole Loader
Upload the Swoole Loader extension file (swoole_loader74.so) that you just downloaded to the current PHP extension installation directory: /www/server/php/74/lib/php/extensions/no-debug-non-zts-20190902
3 – Modify the php.ini configuration (if you have already modified the configuration, please ignore this step and do not add it again)
Edit this PHP configuration file: /www/server/php/74/etc/php.ini
Add the following configuration at the end of this file and save it: extension=swoole_loader74.so
Note: The name needs to be consistent with the file name you just uploaded to the current PHP extension installation directory.
4 – Restart PHP or restart the server, and refresh the current page.
Download Address#
https://mega.nz/file/YWBG2ILS#ndBlsmuwH8RXJyM1WL4KA1KKy7urzrOXhsY7yS-UGls