mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
targetted for socket_create_pair/socket_create, they re not considered as socket type but to be ORed with these (to avoid socketpair2/socket2 likely), set O_CLOEXEC/O_NONBLOCK respectively on the file descriptors. close GH-15322