php-src/ext/sockets
DanielEScherzer 5dd0575698
Generated arginfo header files: combine preprocessor conditional blocks (#15736)
When functions' or class methods' availability is based on some preprocessor
condition, the generated arginfo header files wrap the declarations in the
preprocessor `#if` conditional blocks, one per declaration, even if they are in
the same conditional block based on comments in the stub file. Instead of
having multiple conditional blocks one after the other with the same condition,
combine them into a single conditional block.
2024-09-04 13:04:22 +02:00
..
tests ext/sockets: adding SOCK_CLOEXEC/SOCK_NONBLOCK options. 2024-08-13 08:35:44 +01:00
config.m4 Autotools: Sync CS in extensions (#15343) 2024-08-11 17:42:26 +02:00
config.w32 Sync HAVE_<extension> help texts (#15167) 2024-08-02 01:41:47 +02:00
conversions.c Use "must not" instead of "cannot" wording 2024-08-21 21:12:17 +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 Preferably include from build dir (#13516) 2024-06-26 00:26:43 +02:00
multicast.h ext/sockets: enabling multicast group for ipv4 on freebsd. (#13240) 2024-01-31 06:58:27 +00:00
php_sockets.h Sync #if/ifdef/defined (-Wundef) (#14623) 2024-06-24 19:37:07 +02:00
sendrecvmsg.c Sync HAVE_IPV6 and HAVE_GETADDRINFO in #if/ifdef/defined (#14341) 2024-05-28 11:52:25 +02:00
sendrecvmsg.h Declare ext/sockets constants in stubs (#9349) 2022-08-16 13:18:31 +02:00
sockaddr_conv.c Sync HAVE_IPV6 and HAVE_GETADDRINFO in #if/ifdef/defined (#14341) 2024-05-28 11:52:25 +02:00
sockaddr_conv.h
sockets_arginfo.h Generated arginfo header files: combine preprocessor conditional blocks (#15736) 2024-09-04 13:04:22 +02:00
sockets.c ext/sockets: adding SOCK_CLOEXEC/SOCK_NONBLOCK options. 2024-08-13 08:35:44 +01:00
sockets.stub.php ext/sockets: adding SO_BINDTOIFINDEX. 2024-08-18 16:44:32 +01:00
windows_common.h Update http->https in license (#6945) 2021-05-06 12:16:35 +02:00