php-src/ext/sockets
Michael Orlitzky ce8c07e942
ext/sockets/tests/mcast_ipv6_*.phpt: suppress no-ipv6 warning (#11651)
These three tests try to create an ipv6 socket with socket_create() to
determine if they should be skipped. On certain systems lacking ipv6
support, however, the call to socket_create() itself raises a warning:

  BORK Warning: socket_create(): Unable to create socket [97]: Address
  family not supported by protocol in ...

The output is "borked" because the return value (false) is expected
but the text of the warning is not. This commit uses the error control
operator (@) to hide the warning. Afterwards the tests are skipped
normally on such a system.
2023-07-10 16:19:12 +02:00
..
tests ext/sockets/tests/mcast_ipv6_*.phpt: suppress no-ipv6 warning (#11651) 2023-07-10 16:19:12 +02:00
config.m4 socket add socket_atmark support. 2022-10-31 16:38:18 +00:00
config.w32 Fix Windows build for shared ext/sockets 2020-09-08 22:54:21 +02:00
conversions.c Silence compiler warnings in ext/sockets/conversions.c (#10974) 2023-03-29 22:18:29 +02:00
conversions.h Fix GH-9493: fix ancillary data build for FreeBSD prior to the 13 release. (#9496) 2022-09-08 09:10:16 +01:00
CREDITS
multicast.c Use bool and zend_result where it makes sense in sockets extension 2023-01-30 16:05:30 +00:00
multicast.h Use bool and zend_result where it makes sense in sockets extension 2023-01-30 16:05:30 +00:00
php_sockets.h Use bool and zend_result where it makes sense in sockets extension 2023-01-30 16:05:30 +00:00
sendrecvmsg.c Revert GH-10220 2023-01-16 12:27:33 +01:00
sendrecvmsg.h Declare ext/sockets constants in stubs (#9349) 2022-08-16 13:18:31 +02:00
sockaddr_conv.c Use bool and zend_result where it makes sense in sockets extension 2023-01-30 16:05:30 +00:00
sockaddr_conv.h
sockets.c [skip ci] Fix various typos and grammar issues (#11143) 2023-04-28 11:05:32 +02:00
sockets.stub.php ext/sockets: addig Linux's IP_BIND_ADDRESS_NO_PORT. 2023-04-26 19:26:29 +01:00
sockets_arginfo.h ext/sockets: addig Linux's IP_BIND_ADDRESS_NO_PORT. 2023-04-26 19:26:29 +01:00
windows_common.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00