History log of /php-uv/php_uv.c (Results 26 – 50 of 484)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 63fa7f16 03-May-2019 Bob Weinand

Fix segfault on uv_fs_readlink() where target is not a link


# 07e75b9b 29-Apr-2019 Remi Collet

[-Wincompatible-pointer-types]


# 99fbf652 28-Apr-2019 Bob Weinand

Fix build on php master


# 5a851173 28-Apr-2019 Bob Weinand

Fix PHP-7.4+ build


# 1cb0668a 28-Apr-2019 Bob Weinand

Fix windows build


# bb750257 24-Jan-2019 Bob Weinand

Actually, fix zpp usage only on PHP 7.4+


# b9f8b643 24-Jan-2019 Bob Weinand

Fix zpp usage for PHP >= 7.3.2


# a983eb17 12-Nov-2018 Bob Weinand

Rename link to nlink in stat to mirror stat()


# 72aa7103 02-Nov-2018 Bob Weinand

Fix uv_fs_scandir returning 0 as status instead of true on empty directory


# d3433a18 08-Jul-2018 Bob Weinand

Fix ZTS build


# fc685d1c 28-Feb-2018 Bob Weinand

Fix build for newest php-src master


# 2ba4d963 22-Dec-2017 Joel Wurtz

Remove dependency on PHP version for GC_ADDREF macro


# 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
# 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


12345678910>>...20