We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi guys,
Is possible to build workerman as a PHP extension such as use zephir I just checkout this https://docs.zephir-lang.com/latest/tutorial/#adding-our-first-class
I'd like to build my app and workerman into a myapp.so file to protect the source code.
finally echo "extension=myapp.so" > /etc/php/7.4/cli/conf.d/22-myapp.ini
echo "extension=myapp.so" > /etc/php/7.4/cli/conf.d/22-myapp.ini
<?php Myapp\Myapp::run();
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi guys,
Is possible to build workerman as a PHP extension such as use zephir
I just checkout this https://docs.zephir-lang.com/latest/tutorial/#adding-our-first-class
I'd like to build my app and workerman into a myapp.so file to protect the source code.
finally
echo "extension=myapp.so" > /etc/php/7.4/cli/conf.d/22-myapp.ini
Thanks
The text was updated successfully, but these errors were encountered: