Merge branch 'PHP-8.2' into PHP-8.3

This commit is contained in:
David Carlier 2024-03-31 17:01:16 +01:00
commit b412fd6a77

View file

@ -225,7 +225,7 @@ int inet_ntoa_lock = 0;
static bool php_open_listen_sock(php_socket *sock, int port, int backlog) /* {{{ */
{
struct sockaddr_in la;
struct sockaddr_in la = {0};
struct hostent *hp;
#ifndef PHP_WIN32