-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
New release #64
Comments
Next release will be v0.3.0 - will be quite soon. |
Awesome! Any big changes, BC breaks, neat new features? |
Bug fixes and BC breaks mostly.
|
@bwoebi Could I ask you to update the version at https://github.com/bwoebi/php-uv/blob/master/php_uv.h#L6 so builds from git can properly handle the changes (which are not released)? |
@CharlotteDunois sure, there you go: 0d8adf5 |
Ah neat thanks!
As in PHP 8.0-pre-alpha compatible? Any specifics? (No need to go indept.) |
bump |
Any ETA for 0.3? There are quite a few important fixes in master already. Although there are also several severe open issues (segfaults and such) so it's likely not just a matter of releasing it. |
**In reference to:** amphp#106, amphp#107, amphp#94, amphp#98, amphp#93, amphp#92, amphp#86, amphp#84, amphp#82, amphp#64 - BC signature changes has been revert since some of the tests wasn't changed to match, and too far off original design. - Using current **Libuv** version or systems installed one, not `pecl`, this setup is not reliant on the really slow `pecl` system for updated installations. The whole `uv_queue_work()` will need to be re implemented, the core internal `TSRM.c` thread related `tsrm_***_interpreter_context` functions used in PHP 7.4 has been removed since PHP 8.0.
It's been a while since v0.2.2 has been released. Is there a plan for a new tag and subsequently release on pecl planned?
The text was updated successfully, but these errors were encountered: