summaryrefslogtreecommitdiff
path: root/ext/standard/dns.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-12-18 20:47:02 +0100
committerAnatol Belski <ab@php.net>2016-12-18 20:47:02 +0100
commit7371c46518ff94858d5be20e334ebfd59e12ca3e (patch)
tree7cbb59ea1c8d8c01f1badac55a149bd2786ee0c3 /ext/standard/dns.c
parent4ef4e34c2ef59a2e3b85e7a4f64d2c3f371b61e0 (diff)
parentc78fd4568e24b8c68062be0f98163b5f45213bae (diff)
downloadphp-git-7371c46518ff94858d5be20e334ebfd59e12ca3e.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Fixed bug #73594
Diffstat (limited to 'ext/standard/dns.c')
-rw-r--r--ext/standard/dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dns.c b/ext/standard/dns.c
index de40649e69..6cb518b301 100644
--- a/ext/standard/dns.c
+++ b/ext/standard/dns.c
@@ -785,7 +785,7 @@ PHP_FUNCTION(dns_get_record)
int type, first_query = 1, store_results = 1;
zend_bool raw = 0;
- if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|lz!z!b",
+ if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|lz/!z/!b",
&hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) {
return;
}