mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
d052d612d9
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