mirror of
https://github.com/php/php-src.git
synced 2026-03-25 16:52:18 +01:00
I'm sure you meant 'l' here, Sterling.
This commit is contained in:
@@ -252,7 +252,7 @@ PHP_FUNCTION(zip_entry_open)
|
||||
php_zzip_dirent *entry = NULL;
|
||||
int mode;
|
||||
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|s", &zzip_dp, &zzip_ent, &mode) == FAILURE)
|
||||
if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rr|l", &zzip_dp, &zzip_ent, &mode) == FAILURE)
|
||||
return;
|
||||
|
||||
ZEND_FETCH_RESOURCE(archive_p, ZZIP_DIR *, zzip_dp, -1, le_zip_dir_name, le_zip_dir);
|
||||
|
||||
Reference in New Issue
Block a user