Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen committed Mar 31, 2024
2 parents 2d83b60 + b412fd6 commit 089f513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/sockets/sockets.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 089f513

Please sign in to comment.