-
-
Notifications
You must be signed in to change notification settings - Fork 281
Linux FFI Extension #535
New issue
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
Comments
See: #376 (comment) |
We shoulld reopen this now, I think. @crazywhalecc |
Currently using |
I didn't know we already had FFI as an extension. That makes sense. |
那么可以更换兼容 |
Sorry, I don't speak Chinese, but yes, dynamic loading of extensions works as long as they are compiled with the buildroot/bin/php-config and buildroot/bin/phpize. FFI with dl() works too, if you enable it in php.ini. |
This means that the composer package that requires ffi extension is not available, is there any alternative method?
The text was updated successfully, but these errors were encountered: