ext-uv icon indicating copy to clipboard operation
ext-uv copied to clipboard

Results 21 ext-uv issues
Sort by recently updated
recently updated
newest added

- added documentation for object return types with interfaces, functions, constants - Docblocks from readme, http://docs.libuv.org/en/v1.x/index.html, and https://github.com/thlorenz/libuv-dox - added additional examples for using `signals` under windows - corrected example...

Hello, I attempt to build extension and an error occurred on make : **Linux Mint / PHP 7.4.13** > /bin/bash /opt/src/php-uv/libtool --mode=compile cc -I. -I/opt/src/php-uv -DPHP_ATOM_INC -I/opt/src/php-uv/include -I/opt/src/php-uv/main -I/opt/src/php-uv -I/opt/clienv/php/7.4/include/php...

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?

I tried to compile but I got these errors and warnings. ```unix /bin/bash /var/www/html/php-libuv/php-uv/libtool --mode=compile cc -I. -I/var/www/html/php-libuv/php-uv -DPHP_ATOM_INC -I/var/www/html/php-libuv/php-uv/include -I/var/www/html/php-libuv/php-uv/main -I/var/www/html/php-libuv/php-uv -I/usr/include/php/20190902 -I/usr/include/php/20190902/main -I/usr/include/php/20190902/TSRM -I/usr/include/php/20190902/Zend -I/usr/include/php/20190902/ext -I/usr/include/php/20190902/ext/date/lib -DHAVE_CONFIG_H -g...

Hi, Simply pulled and compiled the latest branch. As soon as I enable uv.so, php is throwing segmentation fault. **System** ``` #cat /etc/*release* DISTRIB_ID=Ubuntu DISTRIB_RELEASE=20.04 DISTRIB_CODENAME=focal DISTRIB_DESCRIPTION="Ubuntu 20.04.1 LTS" ```...

Error while compiling on Travis CI: ``` /home/travis/build/amphp/amp/php-uv/php_uv.c: In function ‘php_uv_zval_to_valid_poll_fd’: /home/travis/build/amphp/amp/php-uv/php_uv.c:457:14: error: ‘php_sockets_le_socket_ptr’ undeclared (first use in this function) } else if (php_sockets_le_socket_ptr && (socket = (php_socket *) zend_fetch_r...

I can see uv_last_error() in examples but it's unawailable in the last php-uv build. How to check for errors after a function call? PHP Fatal error: Uncaught Error: Call to...

Building in Docker from the official `php:7.4-apache` image, using `pecl install uv-beta`; ``` /tmp/pear/temp/uv/php_uv.c: In function 'php_uv_cast_object': /tmp/pear/temp/uv/php_uv.c:2435:40: warning: passing argument 1 of 'zend_std_cast_object_tostring' from incompatible pointer type [-Wincompatible-pointer-types] return...

I'd like to suggest that php-uv removes the support for libuv's queue work API. Even though it seems safe to the user from the outside, the API is expensive, limited...

More: https://github.com/amphp/amp/issues/300