History log of /php-uv/ (Results 1 – 25 of 655)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3c89bc4612-Nov-2021 Aaron Piotrowski

Free loop handle only when object freed

4608148622-Aug-2021 Cees-Jan Kiewiet

Set up GitHub Actions (#104)

5f5281da22-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

35728fba19-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

67f261f321-Jun-2021 Niklas Keller

Fix argument count for uv_fs_scandir

1b9e636f17-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 ...

f7d052a429-Dec-2020 Bob Weinand

Use weakly linked symbol for socket resource / ce (Fixes #84)

444acfb912-Aug-2020 cdosoftei

fixes bwoebi/php-uv#85 (arginfo)

afe8688115-Aug-2020 Bob Weinand

Fix PHP 8 build

cae4ccb811-Aug-2020 cdosoftei

php: discard no_separation for php<8 only

8b6e0ec710-Aug-2020 cdosoftei

php8: remove fci.no_separation

0b40ad9f18-Feb-2020 Bob Weinand

Add support for resources to uv_(tcp|udp|pipe)_open

9c08cdc918-Feb-2020 Bob Weinand

Add @fd in debug info for UVPoll

de08ed4f16-Feb-2020 Bob Weinand

Remove duplicate uv_stream_ce decl

82fbf0ae16-Feb-2020 Bob Weinand

Actually do inheritance: UV -> UVStream -> UVTcp|UVPipe|UVTty

1400af9816-Feb-2020 Bob Weinand

Fix uv_spawn()

0d8adf5615-Feb-2020 Bob Weinand

Update php uv version to 0.3.0

4f4cafbb15-Feb-2020 Bob Weinand

Add missing UV_PROCESS_WINDOWS_HIDE* constants (Closes #74)

515476f715-Feb-2020 Bob Weinand

uv_stdio_new() without args now creates an UVStdio with UV_IGNORE (Closes #73)

9931239415-Feb-2020 Bob Weinand

Update examples

5be79e4315-Feb-2020 Bob Weinand

Properly handle all cases of php_uv_t * for uv_stop in uv_do_callback2()

6735670615-Feb-2020 Bob Weinand

Add missing cb info in getaddrinfo() proto

1a9192c315-Feb-2020 Bob Weinand

Stop the loop on exception so that execution can continue with the exception

23f89b2315-Feb-2020 Bob Weinand

Make $offset optional for uv_fs_write()

8b0c0e9215-Feb-2020 Bob Weinand

Fix scandir() & require callbacks where necessary

12345678910>>...27