History log of /php-uv/ (Results 51 – 75 of 655)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
d3433a1808-Jul-2018 Bob Weinand

Fix ZTS build

b1b5729f27-Jun-2018 Remi Collet

relax tests for 7.3

fc685d1c28-Feb-2018 Bob Weinand

Fix build for newest php-src master

5b2743e922-Dec-2017 Joel Wurtz

Fix ipv6 bind on travis

see https://github.com/travis-ci/travis-ci/issues/8361#issuecomment-350497804

2ba4d96322-Dec-2017 Joel Wurtz

Remove dependency on PHP version for GC_ADDREF macro

498a0ba119-Dec-2017 Joel Wurtz

Add 7.2 testing

880d84cd30-Oct-2017 Bob Weinand

PHP 7.3 compatibility

79d8aaa021-Aug-2017 Bob Weinand

Fix #50: bad fsevent example

Revision tags: v0.2.2
7ff75d7627-Jun-2017 Bob Weinand

Prepare 0.2.2

e4cb65e517-Jun-2017 Bob Weinand

wtf, uv_fs_scandir()??? - Prevent walking the loop after dtor

2086986116-Jun-2017 Bob Weinand

Fix 7.2 build

a5cea67616-May-2017 Bob Weinand

Do not warn when using closed handles with uv_is_active()

7982b64a08-May-2017 Bob Weinand

Fully fix uv_async too

I am bad at copying over already fixed code, sigh...

836c0c6808-May-2017 Bob Weinand

Fix #43 - Add handling for uv pipes within UVStdio objects

Also some refcounting issues within uv_async* and uv_udp*

Revision tags: v0.2.1
a2ab5c8208-May-2017 Bob Weinand

Fix #44 - prepare 0.2.1

Revision tags: v0.2.0
c38fbc9207-May-2017 Bob Weinand

Prepare v0.2.0

92bb903b07-May-2017 Bob Weinand

Fix PHP 7.1 build and uv_queue_work()

a62782ae07-May-2017 Bob Weinand

Fix PHP 7.0 and 7.1 builds

e8b3f8b507-May-2017 Bob Weinand

Fix refcount upon polling error

libuv will then itself stop the polling and thus refcount needs to be in sync with that

942cb77e07-May-2017 Bob Weinand

Fix uninitialized php_uv_loop_t * variables

7b345bae07-May-2017 Bob Weinand

Fix compile with gcc

ad90473107-May-2017 Bob Weinand

Use objects instead of resources as handle representation

This also adds proper get_gc handlers in order to resolve potenial cycles

2b5a298f26-Apr-2017 Bob Weinand

Return the return value of uv_spawn if not zero

Fixes #38

db7ccff326-Apr-2017 Bob Weinand

Add support for POSIX FIFOs

Fixes #39

e451cd7926-Apr-2017 Bob Weinand

Revert (broken) support for php://temp, it points to a file, not to a stream

12345678910>>...27