1
0
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:
Wez Furlong
2002-10-13 23:21:05 +00:00
parent 5f7c347f17
commit bc0948bbda

View File

@@ -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);
}