Aaron Piotrowski
1d18f5d1d1
Update test for differing output on 8.2
2023-06-17 10:01:02 -05:00
Aaron Piotrowski
5d17a6fdfd
Update file header
2023-06-17 09:42:28 -05:00
Aaron Piotrowski
7026840a86
Mark script executable
2023-06-17 09:42:13 -05:00
Aaron Piotrowski
d9519ca613
Update test for socket objects
2023-06-17 09:41:28 -05:00
Aaron Piotrowski
6c87a21af1
Prep for 0.3.x release
2023-06-17 09:40:34 -05:00
Aaron Piotrowski
3c89bc46a5
Free loop handle only when object freed
2021-11-11 18:51:38 -06:00
Cees-Jan Kiewiet
4608148622
Set up GitHub Actions ( #104 )
2021-08-22 08:42:52 -05:00
Cees-Jan Kiewiet
5f5281da24
Drop inclusion of zend_ts_hash.h ( #103 )
...
File no longer exists as per 00c668a15d
2021-08-22 08:40:12 -05:00
Cees-Jan Kiewiet
35728fba67
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
2021-08-19 09:54:25 -05:00
Niklas Keller
67f261f3a1
Fix argument count for uv_fs_scandir
2021-06-21 22:09:49 +02:00
Levi Morrison
1b9e636f64
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.
2021-03-17 20:38:35 +01:00
Bob Weinand
f7d052a48b
Use weakly linked symbol for socket resource / ce ( Fixes #84 )
2020-12-29 04:38:03 +01:00
cdosoftei
444acfb963
fixes bwoebi/php-uv#85 (arginfo)
2020-09-14 11:50:02 +02:00
Bob Weinand
afe8688128
Fix PHP 8 build
2020-08-15 21:02:08 +02:00
cdosoftei
cae4ccb856
php: discard no_separation for php<8 only
2020-08-12 16:21:36 +02:00
cdosoftei
8b6e0ec74e
php8: remove fci.no_separation
2020-08-12 16:21:36 +02:00
Bob Weinand
0b40ad9f51
Add support for resources to uv_(tcp|udp|pipe)_open
2020-02-18 17:30:08 +01:00
Bob Weinand
9c08cdc984
Add @fd in debug info for UVPoll
2020-02-18 10:10:54 +01:00
Bob Weinand
de08ed4f4d
Remove duplicate uv_stream_ce decl
2020-02-16 21:52:18 +01:00
Bob Weinand
82fbf0aef1
Actually do inheritance: UV -> UVStream -> UVTcp|UVPipe|UVTty
2020-02-16 21:06:12 +01:00
Bob Weinand
1400af988e
Fix uv_spawn()
2020-02-16 17:21:32 +01:00
Bob Weinand
0d8adf5609
Update php uv version to 0.3.0
2020-02-16 00:06:34 +01:00
Bob Weinand
4f4cafbb74
Add missing UV_PROCESS_WINDOWS_HIDE* constants ( Closes #74 )
2020-02-15 23:02:02 +01:00
Bob Weinand
515476f765
uv_stdio_new() without args now creates an UVStdio with UV_IGNORE ( Closes #73 )
2020-02-15 22:51:43 +01:00
Bob Weinand
99312394a7
Update examples
2020-02-15 22:36:03 +01:00
Bob Weinand
5be79e433d
Properly handle all cases of php_uv_t * for uv_stop in uv_do_callback2()
2020-02-15 22:19:26 +01:00
Bob Weinand
67356706aa
Add missing cb info in getaddrinfo() proto
2020-02-15 21:05:25 +01:00
Bob Weinand
1a9192c3e2
Stop the loop on exception so that execution can continue with the exception
2020-02-15 20:53:51 +01:00
Bob Weinand
23f89b231f
Make $offset optional for uv_fs_write()
2020-02-15 20:05:45 +01:00
Bob Weinand
8b0c0e924c
Fix scandir() & require callbacks where necessary
2020-02-15 19:46:57 +01:00
Bob Weinand
532ad87307
Fix async example ( Closes #80 )
2020-02-15 18:11:57 +01:00
Bob Weinand
1682ecf99f
Fix closing failed uv_spawn() ( Closes #79 )
2020-02-15 18:07:24 +01:00
Bob Weinand
082fdfb203
Add uv_process_get_pid() ( Closes #71 )
2020-02-15 17:50:44 +01:00
Bob Weinand
e76ac0dccb
Refactor uv callback signatures
2020-02-15 17:40:10 +01:00
Bob Weinand
b05e148986
Fix arginfo
2020-02-15 12:02:39 +01:00
Bob Weinand
4b69d0fa2e
Fix off-by-one in environ buffer printing ( #75 )
2019-08-04 21:15:23 +02:00
Bob Weinand
e15edb3330
Add UV_OVERLAPPED_PIPE ( Closes #72 )
2019-07-13 16:24:36 +02:00
Bob Weinand
63fa7f1609
Fix segfault on uv_fs_readlink() where target is not a link
2019-05-04 00:18:05 +02:00
Bob Weinand
c06742a558
Directly link to pecl
2019-05-03 20:21:32 +02:00
Bob Weinand
d2956f5f1c
Update windows downloads URL
2019-05-03 17:26:06 +02:00
Bob Weinand
b2e9d7d1e8
Merge pull request #68 from remicollet/issue-badtype
...
[-Wincompatible-pointer-types]
2019-05-03 11:14:09 +02:00
Bob Weinand
b1e39d0bfb
Merge pull request #67 from remicollet/issue-phpbin
...
better sub-process command
2019-05-03 11:13:05 +02:00
Remi Collet
07e75b9b70
[-Wincompatible-pointer-types]
2019-04-29 12:37:59 +02:00
Remi Collet
a4c0fc2e75
better sub-process command
2019-04-29 07:40:20 +02:00
Bob Weinand
9d25abb408
Add missing dependency for windows linking
2019-04-28 18:03:05 +02:00
Bob Weinand
b64c4e94cf
Merge pull request #56 from joelwurtz/patch-2
...
Fix ipv6 bind on travis
2019-04-28 14:22:28 +02:00
Bob Weinand
afcbfe909b
Aaaand update uv version in php_uv.h
2019-04-28 14:21:08 +02:00
Bob Weinand
37deaf7104
Fixup package.xml
2019-04-28 14:13:47 +02:00
Bob Weinand
b84f4378ea
Add 0.2.3 pecl version
2019-04-28 14:12:29 +02:00
Bob Weinand
99fbf65273
Fix build on php master
2019-04-28 13:44:03 +02:00