|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 2016 PHP 7.0.8
-- Intl
+- Core:
+ . Fixed bug #72218 (If host name cannot be resolved then PHP 7 crashes).
+ (Laruence)
+
+- Intl:
. Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
-- PCRE
+- PCRE:
. Fixed bug #72143 (preg_replace uses int instead of size_t). (Joe)
- PDO_pgsql:
}
if (host_info == NULL) {
if (error_string) {
- error_string = strpprintf(0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno);
+ *error_string = strpprintf(0, "php_network_getaddresses: gethostbyname failed. errno=%d", errno);
php_error_docref(NULL, E_WARNING, "%s", ZSTR_VAL(*error_string));
} else {
php_error_docref(NULL, E_WARNING, "php_network_getaddresses: gethostbyname failed");