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