-
Notifications
You must be signed in to change notification settings - Fork 43
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
Release on PECL? #7
Comments
Thanks for asking. My plan is to be compatible with https://github.com/FriendsOfPHP/pickle/ for various reasons:
Thoughts? |
No objections to that! |
How would the building works? Is there a way to provide pre-build binaries? I assume that building Rust won't work everywhere. |
We can distribute pre-build static libraries for the Wasmer runtime, but it won't be easily possible to the extension itself. I think Pickle will solve some problem. Right now, it's just a matter of: $ just rust
$ just php and done. I will focus on that part later :-). |
@Hywan Is that a suitable way of distributing it for now? The last release of Pickle was Feb 2015 and it appears that there are issues with PHP 7.0 |
Pickle is working. We just wait on some stuff on the Composer side. But it's working. |
With #71, we are close to a possible release on PECL! Rust is no longer required to compile the extension. |
@Hywan is there any update? Also, Pickle is not updated since 2017 and releases since 2015. What does this mean? Is is discontinued (I hope not)? Or it it finished so it doesn't need new changes (then changes should be released as new version)? And when will Composer support it? |
Publishing Publishing About Pickle, Composer etc. I'm not sure this issue is the correct place to discuss about that. See the Pickle or Composer repositories instead. |
Once this is no longer experimental (starting to look good with #4 being done!!), should this be put on PECL for easy installation?
The text was updated successfully, but these errors were encountered: