Commit Graph

  • 8c1d5f7030
    Fixup readme patch-1 Daniil Gentili 2023-12-03 11:29:45 +0100
  • 1d18f5d1d1
    Update test for differing output on 8.2 0.3.x v0.3.0 Aaron Piotrowski 2023-06-17 09:45:38 -0500
  • 5d17a6fdfd
    Update file header Aaron Piotrowski 2023-06-17 09:42:28 -0500
  • 7026840a86
    Mark script executable Aaron Piotrowski 2023-06-17 09:42:13 -0500
  • d9519ca613
    Update test for socket objects Aaron Piotrowski 2023-06-17 09:41:28 -0500
  • 6c87a21af1
    Prep for 0.3.x release Aaron Piotrowski 2023-06-17 09:11:59 -0500
  • 3c89bc46a5
    Free loop handle only when object freed master Aaron Piotrowski 2021-11-11 18:51:38 -0600
  • 4608148622
    Set up GitHub Actions (#104) Cees-Jan Kiewiet 2021-08-22 15:42:52 +0200
  • 5f5281da24
    Drop inclusion of zend_ts_hash.h (#103) Cees-Jan Kiewiet 2021-08-22 15:40:12 +0200
  • 35728fba67
    Only use zend_class_serialize_deny and zend_class_unserialize_deny in PHP versions before 8.1 (#101) Cees-Jan Kiewiet 2021-08-19 16:54:25 +0200
  • 67f261f3a1 Fix argument count for uv_fs_scandir Niklas Keller 2021-06-21 22:09:49 +0200
  • 1b9e636f64 Fix some copy-pasta Levi Morrison 2021-03-17 12:57:19 -0600
  • f7d052a48b Use weakly linked symbol for socket resource / ce (Fixes #84) Bob Weinand 2020-12-29 04:38:03 +0100
  • 444acfb963 fixes bwoebi/php-uv#85 (arginfo) cdosoftei 2020-08-12 12:16:34 -0400
  • afe8688128 Fix PHP 8 build Bob Weinand 2020-08-15 21:02:08 +0200
  • cae4ccb856 php: discard no_separation for php<8 only cdosoftei 2020-08-11 09:44:54 -0400
  • 8b6e0ec74e php8: remove fci.no_separation cdosoftei 2020-08-10 15:11:33 -0400
  • 0b40ad9f51 Add support for resources to uv_(tcp|udp|pipe)_open Bob Weinand 2020-02-18 17:30:08 +0100
  • 9c08cdc984 Add @fd in debug info for UVPoll Bob Weinand 2020-02-18 10:10:54 +0100
  • de08ed4f4d Remove duplicate uv_stream_ce decl Bob Weinand 2020-02-16 21:52:18 +0100
  • 82fbf0aef1 Actually do inheritance: UV -> UVStream -> UVTcp|UVPipe|UVTty Bob Weinand 2020-02-16 21:06:12 +0100
  • 1400af988e Fix uv_spawn() Bob Weinand 2020-02-16 17:21:32 +0100
  • 0d8adf5609 Update php uv version to 0.3.0 Bob Weinand 2020-02-16 00:06:34 +0100
  • 4f4cafbb74 Add missing UV_PROCESS_WINDOWS_HIDE* constants (Closes #74) Bob Weinand 2020-02-15 23:02:02 +0100
  • 515476f765 uv_stdio_new() without args now creates an UVStdio with UV_IGNORE (Closes #73) Bob Weinand 2020-02-15 22:51:35 +0100
  • 99312394a7 Update examples Bob Weinand 2020-02-15 22:36:03 +0100
  • 5be79e433d Properly handle all cases of php_uv_t * for uv_stop in uv_do_callback2() Bob Weinand 2020-02-15 22:19:26 +0100
  • 67356706aa Add missing cb info in getaddrinfo() proto Bob Weinand 2020-02-15 21:05:25 +0100
  • 1a9192c3e2 Stop the loop on exception so that execution can continue with the exception Bob Weinand 2020-02-15 20:53:51 +0100
  • 23f89b231f Make $offset optional for uv_fs_write() Bob Weinand 2020-02-15 20:05:45 +0100
  • 8b0c0e924c Fix scandir() & require callbacks where necessary Bob Weinand 2020-02-15 19:46:57 +0100
  • 532ad87307 Fix async example (Closes #80) Bob Weinand 2020-02-15 18:11:57 +0100
  • 1682ecf99f Fix closing failed uv_spawn() (Closes #79) Bob Weinand 2020-02-15 18:07:24 +0100
  • 082fdfb203 Add uv_process_get_pid() (Closes #71) Bob Weinand 2020-02-15 17:49:53 +0100
  • e76ac0dccb Refactor uv callback signatures Bob Weinand 2020-02-15 17:40:10 +0100
  • b05e148986 Fix arginfo Bob Weinand 2020-02-15 12:02:30 +0100
  • 4b69d0fa2e Fix off-by-one in environ buffer printing (#75) Bob Weinand 2019-08-04 21:15:23 +0200
  • e15edb3330 Add UV_OVERLAPPED_PIPE (Closes #72) Bob Weinand 2019-07-13 16:24:36 +0200
  • 63fa7f1609 Fix segfault on uv_fs_readlink() where target is not a link Bob Weinand 2019-05-04 00:17:24 +0200
  • c06742a558
    Directly link to pecl Bob Weinand 2019-05-03 20:21:32 +0200
  • d2956f5f1c
    Update windows downloads URL Bob Weinand 2019-05-03 17:26:06 +0200
  • b2e9d7d1e8
    Merge pull request #68 from remicollet/issue-badtype Bob Weinand 2019-05-03 11:14:09 +0200
  • b1e39d0bfb
    Merge pull request #67 from remicollet/issue-phpbin Bob Weinand 2019-05-03 11:13:05 +0200
  • 07e75b9b70 [-Wincompatible-pointer-types] Remi Collet 2019-04-29 11:18:40 +0200
  • a4c0fc2e75 better sub-process command Remi Collet 2019-04-29 07:40:20 +0200
  • 9d25abb408 Add missing dependency for windows linking Bob Weinand 2019-04-28 18:02:48 +0200
  • b64c4e94cf
    Merge pull request #56 from joelwurtz/patch-2 Bob Weinand 2019-04-28 14:22:28 +0200
  • afcbfe909b Aaaand update uv version in php_uv.h Bob Weinand 2019-04-28 14:21:08 +0200
  • 37deaf7104 Fixup package.xml Bob Weinand 2019-04-28 14:13:47 +0200
  • b84f4378ea Add 0.2.3 pecl version Bob Weinand 2019-04-28 12:52:54 +0200
  • 99fbf65273 Fix build on php master Bob Weinand 2019-04-28 13:44:03 +0200
  • 5a851173a3 Fix PHP-7.4+ build Bob Weinand 2019-04-28 12:50:24 +0200
  • 1cb0668a63 Fix windows build Bob Weinand 2019-04-28 12:41:36 +0200
  • bb75025792 Actually, fix zpp usage only on PHP 7.4+ Bob Weinand 2019-01-24 13:40:20 +0100
  • b9f8b64383 Fix zpp usage for PHP >= 7.3.2 Bob Weinand 2019-01-24 13:38:03 +0100
  • a983eb17b6 Rename link to nlink in stat to mirror stat() Bob Weinand 2018-11-12 10:47:44 +0100
  • 72aa710358 Fix uv_fs_scandir returning 0 as status instead of true on empty directory Bob Weinand 2018-11-02 10:46:54 +0100
  • d3433a1875 Fix ZTS build Bob Weinand 2018-07-08 09:07:31 +0200
  • 5e2a2c4a1e
    Merge pull request #60 from remicollet/issue-php73 Bob Weinand 2018-06-27 17:13:07 +0200
  • b1b5729f4d relax tests for 7.3 Remi Collet 2018-06-27 16:14:08 +0200
  • fc685d1cb5 Fix build for newest php-src master Bob Weinand 2018-02-28 02:50:51 +0100
  • 975ed72ee8
    Merge pull request #55 from joelwurtz/patch-1 Bob Weinand 2018-01-08 23:49:45 +0100
  • 5b2743e972
    Fix ipv6 bind on travis Joel Wurtz 2017-12-22 22:29:28 +0100
  • 2ba4d96379
    Remove dependency on PHP version for GC_ADDREF macro Joel Wurtz 2017-12-22 21:56:25 +0100
  • 585209b610
    Merge pull request #54 from joelwurtz/patch-1 Bob Weinand 2017-12-20 17:39:03 +0100
  • 498a0ba1dd
    Add 7.2 testing Joel Wurtz 2017-12-19 12:38:34 +0100
  • 880d84cd83 PHP 7.3 compatibility Bob Weinand 2017-10-30 14:37:56 +0100
  • 79d8aaa0bd Fix #50: bad fsevent example Bob Weinand 2017-08-21 08:54:34 -0400
  • 7ff75d760d Prepare 0.2.2 v0.2.2 Bob Weinand 2017-06-27 15:50:12 +0200
  • e4cb65e5e3 wtf, uv_fs_scandir()??? - Prevent walking the loop after dtor Bob Weinand 2017-06-17 19:34:52 +0200
  • 20869861c8 Fix 7.2 build Bob Weinand 2017-06-16 16:30:36 +0200
  • a5cea676ea Do not warn when using closed handles with uv_is_active() Bob Weinand 2017-05-16 17:48:34 +0200
  • 49fd695672 Fix #42 - Windows build error (again) starting_comma_win Bob Weinand 2017-05-13 23:23:59 +0200
  • 7982b64a14 Fully fix uv_async too Bob Weinand 2017-05-09 00:21:58 +0200
  • 836c0c68f5 Fix #43 - Add handling for uv pipes within UVStdio objects Bob Weinand 2017-05-09 00:13:00 +0200
  • a2ab5c8296 Fix #44 - prepare 0.2.1 v0.2.1 Bob Weinand 2017-05-08 12:07:22 +0200
  • c38fbc92b3 Prepare v0.2.0 v0.2.0 Bob Weinand 2017-05-07 22:35:22 +0200
  • 92bb903b1b Fix PHP 7.1 build and uv_queue_work() Bob Weinand 2017-05-07 19:37:05 +0200
  • a62782aead Fix PHP 7.0 and 7.1 builds Bob Weinand 2017-05-07 19:20:49 +0200
  • e8b3f8b5de Fix refcount upon polling error Bob Weinand 2017-05-07 18:58:59 +0200
  • 942cb77e5e Fix uninitialized php_uv_loop_t * variables Bob Weinand 2017-05-07 18:14:08 +0200
  • 7b345baef0 Fix compile with gcc Bob Weinand 2017-05-07 13:25:59 +0200
  • ad904731ba Use objects instead of resources as handle representation Bob Weinand 2017-05-07 13:14:26 +0200
  • 2b5a298f82 Return the return value of uv_spawn if not zero Bob Weinand 2017-04-26 13:17:06 +0200
  • db7ccff3cf Add support for POSIX FIFOs Bob Weinand 2017-04-26 13:01:40 +0200
  • e451cd795c Revert (broken) support for php://temp, it points to a file, not to a stream Bob Weinand 2017-04-26 12:06:16 +0200
  • 78236d11da Some stupid stdlibs define strcmp as a macro ... Bob Weinand 2017-04-11 12:46:12 +0200
  • 102b22bafe Fix ordering in fs_stat test Bob Weinand 2017-04-11 12:39:42 +0200
  • 325d6ff6b1 Fix leaking memory upon failed uv_write request Bob Weinand 2017-04-11 12:32:58 +0200
  • 2e0a10b559 Fix Windows build Bob Weinand 2017-04-11 12:21:54 +0200
  • 158f959f94 Add uv_tcp_open() and uv_udp_open() Bob Weinand 2017-04-11 12:06:22 +0200
  • 0d48aaf4cb Add support for php://temp streams Bob Weinand 2017-04-11 11:47:00 +0200
  • 5e40a438c4 Fix memory leaking for NULL callbacks Bob Weinand 2017-04-11 11:38:05 +0200
  • 2c384371bf Prepare v0.1.2 v0.1.2 Bob Weinand 2017-03-06 13:26:05 +0100
  • a4036293d9 Fix leaking php_uv_t when its resource was closed before uv_close_cb invocation Bob Weinand 2017-03-05 03:54:37 +0100
  • e2cc81869e Fix crash caused by refcount decrement on temporary resource Bob Weinand 2017-03-05 03:21:42 +0100
  • f2cec338bd Prevent creation of useless resources and fix too high refcount of uv_fs_open() returned resources Bob Weinand 2017-03-05 01:46:48 +0100
  • 51e48971dc Merge branch 'master' of https://github.com/Ezaki113/php-uv Bob Weinand 2017-03-03 02:11:48 +0100
  • 84454561f3 Merge branch 'uv_pipe_open-error-handling' of https://github.com/Ezaki113/php-uv Bob Weinand 2017-02-28 18:26:39 +0100
  • e2a6bcddae Merge branch 'fix-memory-leak' of https://github.com/Ezaki113/php-uv Bob Weinand 2017-02-28 18:22:45 +0100