php-src/ext/sockets
David Carlier b147a22bb8
ext/sockets: adding SO_NOSIGPIPE constant.
it s the macOs way to disable the SIGPIPE signal emission, same
 as doing `signal(SIGPIPE, SIG_IGN)` but on the socket level.

Close GH-14065
2024-04-28 12:01:03 +01:00
..
tests Merge branch 'PHP-8.3' 2024-03-06 11:39:48 +00:00
config.m4 Use preprocessor to check for AI_V4MAPPED, AI_ALL and AI_IDN (#13513) 2024-02-26 16:38:00 +01:00
config.w32 Fix Windows build for shared ext/sockets 2020-09-08 22:54:21 +02:00
conversions.c Check for struct cmsgcred with AC_CHECK_TYPES (#13507) 2024-02-25 22:33:44 +01: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 Remove HAVE_INET_PTON (#13410) 2024-02-21 00:43:56 +00:00
multicast.h ext/sockets: enabling multicast group for ipv4 on freebsd. (#13240) 2024-01-31 06:58:27 +00:00
php_sockets.h Check sockaddr_storage.ss_family with AC_CHECK_MEMBERS (#13407) 2024-02-16 14:24:55 +01:00
sendrecvmsg.c Check for struct ucred with AC_CHECK_TYPES (#13510) 2024-02-25 23:02:17 +01:00
sendrecvmsg.h Declare ext/sockets constants in stubs (#9349) 2022-08-16 13:18:31 +02:00
sockaddr_conv.c Use preprocessor to check for AI_V4MAPPED, AI_ALL and AI_IDN (#13513) 2024-02-26 16:38:00 +01:00
sockaddr_conv.h
sockets.c ext/sockets: socket_create_listen update. 2024-04-10 18:39:38 +01:00
sockets.stub.php ext/sockets: adding SO_NOSIGPIPE constant. 2024-04-28 12:01:03 +01:00
sockets_arginfo.h ext/sockets: adding SO_NOSIGPIPE constant. 2024-04-28 12:01:03 +01:00
windows_common.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00