mirror of
https://github.com/php/php-src.git
synced 2026-04-01 21:22:13 +02:00
mainly for scenarios when pcntl_fork/pcntl_exec are involved so when the latter is executed, we avoid unwarranted effects with the file descriptors, instead the socket will be closed on success. close GH-14606