summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2017-01-15 17:32:37 -0800
committerStanislav Malyshev <stas@php.net>2017-01-15 17:32:37 -0800
commit19e80ef4963d7371ee25b85f8224ee912efe418e (patch)
tree964b0a5af6e0932571e44739cc41920829abba39 /ext/zip/php_zip.c
parentbd0569e287b633a3284479b55ff74501529039ab (diff)
parent43d0f2abc552781847a23fe9b2d89925c6201078 (diff)
downloadphp-git-19e80ef4963d7371ee25b85f8224ee912efe418e.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Update more functions with path check
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c
index bfa473f002..bd6684c26f 100644
--- a/ext/zip/php_zip.c
+++ b/ext/zip/php_zip.c
@@ -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;
}