mirror of
https://github.com/php/php-src.git
synced 2025-01-22 11:44:09 +08:00
- improve error message
This commit is contained in:
parent
37d713ea49
commit
4ed1b9a193
@ -384,7 +384,7 @@ static int php_set_inet6_addr(struct sockaddr_in6 *sin6, char *string, php_socke
|
||||
|
||||
#else
|
||||
/* No IPv6 specific hostname resolution is available on this system? */
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on system.");
|
||||
php_error_docref(NULL TSRMLS_CC, E_WARNING, "Host lookup failed: getaddrinfo() not available on this system.");
|
||||
return 0;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user