3c89bc46 | 12-Nov-2021 |
Aaron Piotrowski |
Free loop handle only when object freed |
46081486 | 22-Aug-2021 |
Cees-Jan Kiewiet |
Set up GitHub Actions (#104) |
5f5281da | 22-Aug-2021 |
Cees-Jan Kiewiet |
Drop inclusion of zend_ts_hash.h (#103) File no longer exists as per https://github.com/php/php-src/commit/00c668a15d699e9a463d7feec9d4f927cb7e4105 |
35728fba | 19-Aug-2021 |
Cees-Jan Kiewiet |
Only use zend_class_serialize_deny and zend_class_unserialize_deny in PHP versions before 8.1 (#101) Refs: https://github.com/amphp/ext-uv/issues/100 |
67f261f3 | 21-Jun-2021 |
Niklas Keller |
Fix argument count for uv_fs_scandir |
1b9e636f | 17-Mar-2021 |
Levi Morrison |
Fix some copy-pasta I strongly suspect this is supposed to look for `socket_ce` followed by `_socket_ce`, not the same symbol twice. I haven't hit an issue or anything; this is just
Fix some copy-pasta I strongly suspect this is supposed to look for `socket_ce` followed by `_socket_ce`, not the same symbol twice. I haven't hit an issue or anything; this is just by looking at all the existing `DL_FETCH_SYMBOL` patterns I see.
show more ...
|
f7d052a4 | 29-Dec-2020 |
Bob Weinand |
Use weakly linked symbol for socket resource / ce (Fixes #84) |
444acfb9 | 12-Aug-2020 |
cdosoftei |
fixes bwoebi/php-uv#85 (arginfo) |
afe86881 | 15-Aug-2020 |
Bob Weinand |
Fix PHP 8 build |
cae4ccb8 | 11-Aug-2020 |
cdosoftei |
php: discard no_separation for php<8 only |
8b6e0ec7 | 10-Aug-2020 |
cdosoftei |
php8: remove fci.no_separation |
0b40ad9f | 18-Feb-2020 |
Bob Weinand |
Add support for resources to uv_(tcp|udp|pipe)_open |
9c08cdc9 | 18-Feb-2020 |
Bob Weinand |
Add @fd in debug info for UVPoll |
de08ed4f | 16-Feb-2020 |
Bob Weinand |
Remove duplicate uv_stream_ce decl |
82fbf0ae | 16-Feb-2020 |
Bob Weinand |
Actually do inheritance: UV -> UVStream -> UVTcp|UVPipe|UVTty |
1400af98 | 16-Feb-2020 |
Bob Weinand |
Fix uv_spawn() |
0d8adf56 | 15-Feb-2020 |
Bob Weinand |
Update php uv version to 0.3.0 |
4f4cafbb | 15-Feb-2020 |
Bob Weinand |
Add missing UV_PROCESS_WINDOWS_HIDE* constants (Closes #74) |
515476f7 | 15-Feb-2020 |
Bob Weinand |
uv_stdio_new() without args now creates an UVStdio with UV_IGNORE (Closes #73) |
99312394 | 15-Feb-2020 |
Bob Weinand |
Update examples |
5be79e43 | 15-Feb-2020 |
Bob Weinand |
Properly handle all cases of php_uv_t * for uv_stop in uv_do_callback2() |
67356706 | 15-Feb-2020 |
Bob Weinand |
Add missing cb info in getaddrinfo() proto |
1a9192c3 | 15-Feb-2020 |
Bob Weinand |
Stop the loop on exception so that execution can continue with the exception |
23f89b23 | 15-Feb-2020 |
Bob Weinand |
Make $offset optional for uv_fs_write() |
8b0c0e92 | 15-Feb-2020 |
Bob Weinand |
Fix scandir() & require callbacks where necessary |