mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
ZTS fix.
This commit is contained in:
parent
b36d4ae02c
commit
1d9baf3dd5
1 changed files with 1 additions and 1 deletions
|
@ -525,7 +525,7 @@ static inline char *parse_ip_address_ex(const char *str, int str_len, int *portn
|
|||
|
||||
static inline char *parse_ip_address(php_stream_xport_param *xparam, int *portno TSRMLS_DC)
|
||||
{
|
||||
return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_errortext, &xparam->outputs.error_text);
|
||||
return parse_ip_address_ex(xparam->inputs.name, xparam->inputs.namelen, portno, xparam->want_errortext, &xparam->outputs.error_text TSRMLS_CC);
|
||||
}
|
||||
|
||||
static inline int php_tcp_sockop_bind(php_stream *stream, php_netstream_data_t *sock,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue