Topic: libuv for PHP 7.x

It would be nice if you add it to your repository.
https://github.com/bwoebi/php-uv

Thank.

Re: libuv for PHP 7.x

I can, but I'd prefer to wait for some "tagged" released (and probably a pecl version)

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

Re: libuv for PHP 7.x

uv 0.1.0 (beta) is released, see http://pecl.php.net/package/uv
php-pecl-uv already available in the repository.

Feedback welcome.


P.S.1: Not available for EL-6, libuv version in EPEL is damn too old.

P.S.2: Bob is a very collaborating guy smile
https://github.com/bwoebi/php-uv/commits/master

Laptop:  Fedora 38 + rpmfusion + remi (SCL only)
x86_64 builder: Fedora 39 + rpmfusion + remi-test
aarch64 builder: RHEL 9 with EPEL
Hosting Server: CentOS 8 Stream with EPEL, rpmfusion, remi

4 (edited by S.A.N 2016-11-01 20:32:12)

Re: libuv for PHP 7.x

Many thanks!

5 (edited by S.A.N 2016-11-01 21:54:15)

Re: libuv for PHP 7.x

CentOS 7, PHP 7.1 - Install php-uv and work alright.

I can see it works even in the php-fpm, but enough only php-cli, though... smile
Then I'm going to work with her, I think the issues and problems will arise only in functionality of the ext-uv.

Thank.