Skip to content

Commit

Permalink
Fix macOS compilation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Aug 26, 2024
1 parent 28d20f1 commit 6a32be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext-src/swoole_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2507,8 +2507,8 @@ static PHP_METHOD(swoole_server, listen) {

char *host;
size_t host_len;
long sock_type;
long port;
zend_long sock_type;
zend_long port;

ZEND_PARSE_PARAMETERS_START(3, 3)
Z_PARAM_STRING(host, host_len)
Expand Down

0 comments on commit 6a32be4

Please sign in to comment.