mirror of
https://github.com/php/php-src.git
synced 2026-03-26 17:22:15 +01:00
Probable fix for #16114
This commit is contained in:
@@ -862,7 +862,7 @@ static int php_sockop_close(php_stream *stream, int close_handle TSRMLS_DC)
|
||||
}
|
||||
#endif
|
||||
|
||||
shutdown(sock->socket, 0);
|
||||
/* shutdown(sock->socket, 0); */
|
||||
closesocket(sock->socket);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user