Uh oh!
There was an error while loading. Please reload this page.
[WIP] LibUvLoop: Add new LibUvLoop (unofficial ext-libuv) - #17
[WIP] LibUvLoop: Add new LibUvLoop (unofficial ext-libuv)#17steverhoades wants to merge 10 commits into
Conversation
steverhoades
commented
Nov 9, 2015
All tests are now passing, what else is needed to get this merged? |
WyriHaximus
commented
Nov 9, 2015
@steverhoades this is awesome news :D! Got two small things: So I'm missing an |
steverhoades
commented
Nov 9, 2015
@WyriHaximus I'll get that updated it should now point to bwoebi's php-uv fork as his fork is being actively maintained. The other consideration that I just thought of is that this version of php-uv only supports PHP 7. We could do a version check for the time being. I'll take a look at the extension and see what effort would be required to port a version for PHP 5 - |
WyriHaximus
commented
Nov 9, 2015
@steverhoades Having at for PHP7 already makes me really happy. PHP5 is a must tbh and a version check would do for now, please ping me if I can help you test PHP5 support |
sinasalek
commented
Apr 22, 2016
Has this been merged ? |
cebe
commented
Apr 22, 2016
@sinasalek no. |
clue
commented
May 20, 2016
Unfortunately this is still marked as WIP, is there anything we can do to help this progress? 👍 |
clue
commented
Feb 8, 2017
Ping @steverhoades, what's the status here? |
clue
commented
Dec 4, 2017
Thank you for working on this and helping push this forward! This is kind of an old PR and it looks like #112 is the most up to date version of this feature, so I'm closing this one in favor of the newer PR |
This event loop is currently passing on a debian system with PHP 5.6 and php-uv available here https://github.com/steverhoades/php-uv/tree/libuv-1.0
There are still some segfault issues with the php-uv extension that I am trying to fix.