Merge branch 'PHP-7.0' into PHP-7.1

* PHP-7.0:
  Update more functions with path check
This commit is contained in:
Stanislav Malyshev 2017-01-15 17:32:37 -08:00
commit 19e80ef496
3 changed files with 3 additions and 3 deletions

View file

@ -2617,7 +2617,7 @@ static ZIPARCHIVE_METHOD(extractTo)
RETURN_FALSE;
}
if (zend_parse_parameters(ZEND_NUM_ARGS(), "s|z", &pathto, &pathto_len, &zval_files) == FAILURE) {
if (zend_parse_parameters(ZEND_NUM_ARGS(), "p|z", &pathto, &pathto_len, &zval_files) == FAILURE) {
return;
}