d3433a18 | 08-Jul-2018 |
Bob Weinand |
Fix ZTS build |
b1b5729f | 27-Jun-2018 |
Remi Collet |
relax tests for 7.3 |
fc685d1c | 28-Feb-2018 |
Bob Weinand |
Fix build for newest php-src master |
5b2743e9 | 22-Dec-2017 |
Joel Wurtz |
Fix ipv6 bind on travis see https://github.com/travis-ci/travis-ci/issues/8361#issuecomment-350497804 |
2ba4d963 | 22-Dec-2017 |
Joel Wurtz |
Remove dependency on PHP version for GC_ADDREF macro |
498a0ba1 | 19-Dec-2017 |
Joel Wurtz |
Add 7.2 testing |
880d84cd | 30-Oct-2017 |
Bob Weinand |
PHP 7.3 compatibility |
79d8aaa0 | 21-Aug-2017 |
Bob Weinand |
Fix #50: bad fsevent example |
Revision tags: v0.2.2 |
|
7ff75d76 | 27-Jun-2017 |
Bob Weinand |
Prepare 0.2.2 |
e4cb65e5 | 17-Jun-2017 |
Bob Weinand |
wtf, uv_fs_scandir()??? - Prevent walking the loop after dtor |
20869861 | 16-Jun-2017 |
Bob Weinand |
Fix 7.2 build |
a5cea676 | 16-May-2017 |
Bob Weinand |
Do not warn when using closed handles with uv_is_active() |
7982b64a | 08-May-2017 |
Bob Weinand |
Fully fix uv_async too I am bad at copying over already fixed code, sigh... |
836c0c68 | 08-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 |
|
a2ab5c82 | 08-May-2017 |
Bob Weinand |
Fix #44 - prepare 0.2.1 |
Revision tags: v0.2.0 |
|
c38fbc92 | 07-May-2017 |
Bob Weinand |
Prepare v0.2.0 |
92bb903b | 07-May-2017 |
Bob Weinand |
Fix PHP 7.1 build and uv_queue_work() |
a62782ae | 07-May-2017 |
Bob Weinand |
Fix PHP 7.0 and 7.1 builds |
e8b3f8b5 | 07-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 |
942cb77e | 07-May-2017 |
Bob Weinand |
Fix uninitialized php_uv_loop_t * variables |
7b345bae | 07-May-2017 |
Bob Weinand |
Fix compile with gcc |
ad904731 | 07-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 |
2b5a298f | 26-Apr-2017 |
Bob Weinand |
Return the return value of uv_spawn if not zero Fixes #38 |
db7ccff3 | 26-Apr-2017 |
Bob Weinand |
Add support for POSIX FIFOs Fixes #39 |
e451cd79 | 26-Apr-2017 |
Bob Weinand |
Revert (broken) support for php://temp, it points to a file, not to a stream |