mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.2' into PHP-8.3
This commit is contained in:
commit
b412fd6a77
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ int inet_ntoa_lock = 0;
|
||||||
|
|
||||||
static bool php_open_listen_sock(php_socket *sock, int port, int backlog) /* {{{ */
|
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;
|
struct hostent *hp;
|
||||||
|
|
||||||
#ifndef PHP_WIN32
|
#ifndef PHP_WIN32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue