Home
last modified time | relevance | path

Searched refs:remove_path (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Dbug72374.phpt2 Bug #72374 (ZipArchive::addGlob remove_path option strips first char of filename)
21 $zip->addGlob($file1, 0, array('remove_path' => $dirname . '/some-'));
22 $zip->addGlob($file1, 0, array('remove_path' => $dirname . '/'));
23 $zip->addGlob($file2, 0, array('remove_path' => $dirname));
H A Dbug78641.phpt2 Bug #78641 (addGlob can modify given remove_path value)
17 $zip->addGlob($file, 0, ["remove_path" => TMPDIR]);
H A Doo_addpattern.phpt28 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
/PHP-8.0/ext/zip/
H A Dphp_zip.c329 char *remove_path; member
415 opts->remove_path = Z_STRVAL_P(option); in php_zip_parse_options()
1741 } else if (opts.remove_path && strstr(Z_STRVAL_P(zval_file), opts.remove_path) != NULL) {
/PHP-8.0/
H A DNEWS1576 . Fixed bug #72374 (remove_path strips first char of filename). (tyage, Remi)
H A DUPGRADING849 . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now

Completed in 23 milliseconds