Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ef17ce

Browse files
committed
Issue #1602
Fix 1f41da6 was reverted because it broke unix sockets with relative path and exception messages in redis.c and library.c
1 parent 17b139d commit 7ef17ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ typedef struct fold_item {
248248
typedef struct {
249249
php_stream *stream;
250250
zend_string *host;
251-
short port;
251+
int port;
252252
zend_string *auth;
253253
double timeout;
254254
double read_timeout;

0 commit comments

Comments
 (0)