mirror of
https://github.com/php/php-src.git
synced 2026-04-24 00:18:23 +02:00
8771c265a4
Windows complains of invalid parameters because the socket is not bound. The test expected the error to be EAGAIN/EWOULDBLOCK. Moved the call down, after the socket is bound.