#
3c89bc46 |
| 12-Nov-2021 |
Aaron Piotrowski |
Free loop handle only when object freed
|
#
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()
|
#
515476f7 |
| 15-Feb-2020 |
Bob Weinand |
uv_stdio_new() without args now creates an UVStdio with UV_IGNORE (Closes #73)
|
#
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
|
#
1682ecf9 |
| 15-Feb-2020 |
Bob Weinand |
Fix closing failed uv_spawn() (Closes #79)
|
#
082fdfb2 |
| 15-Feb-2020 |
Bob Weinand |
Add uv_process_get_pid() (Closes #71)
|
#
e76ac0dc |
| 15-Feb-2020 |
Bob Weinand |
Refactor uv callback signatures
|
#
b05e1489 |
| 15-Feb-2020 |
Bob Weinand |
Fix arginfo
|
#
4b69d0fa |
| 04-Aug-2019 |
Bob Weinand |
Fix off-by-one in environ buffer printing (#75)
|