1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

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

View File

@@ -219,7 +219,7 @@ ZEND_GET_MODULE(sockets)
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