mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00
- fix parameter parsing options
This commit is contained in:
parent
2dcc8c0393
commit
10367ae921
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ PHP_FUNCTION(dns_get_record)
|
|||
int addtl_recs = 0;
|
||||
IN_ADDR ipaddr;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lz!z!", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) {
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|lzz", &hostname, &hostname_len, &type_param, &authns, &addtl) == FAILURE) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue