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

libuv php extension

Results 30 php-uv issues
Sort by recently updated
recently updated
newest added

#include I didnt find these header file in php-src https://github.com/php/php-src/tree/6e6e301038284fcfef132f3be85ddc96330e834d/Zend maybe last time it was separate zend_ts_hash and zend_hash

Hi, chobie. Could you provide link to https://github.com/bwoebi/php-uv on README ? bwoebi/php-uv is forks & currently maintained for PHP 7. I think you currently have no motivation about php-uv. so,...

libUV has a functionality to set the process' title. It would be great if this would be made available to userland.

This PR modifies `uv_fs_read()` with a new `long $offset` parameter. This allows the same file handle to be reused for multiple reads. Previously the only way to access a section...

Updates are based on the migration guide: https://github.com/joyent/libuv/blob/a4f88760be1838603fe2eae89a651066cc42eedd/docs/src/migration_010_100.rst There are still some segfault/segabrt issues that i am trying to get re-produceable tests in place for, leaving this here so that...

Hello, The following code produces a segmentation fault on Ubuntu 14.04 LTS with kernel version 3.13.0 and PHP 5.5.9 : ``` php

This code (the example code from uv_poll_start with only php://stdout replaced) ``` php

bug

hi, The PHP License cannot be used for anything not released under *.php.net. An easy way to solve this problem is to release this extension under pecl.php.net. Pros for this...

enhancement

I try to compile php-uv with source from php 5.4.6 on centos 6.2 64bit. I got the following errors: /root/downloads/php-uv/php_uv.c: In function ‘php_uv_zval_to_fd’: /root/downloads/php-uv/php_uv.c:293: error: ‘php_socket’ undeclared (first use in...