Searched refs:remove_path (Results 1 – 6 of 6) sorted by relevance
/PHP-8.0/ext/zip/tests/ |
H A D | bug72374.phpt | 2 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 D | bug78641.phpt | 2 Bug #78641 (addGlob can modify given remove_path value) 17 $zip->addGlob($file, 0, ["remove_path" => TMPDIR]);
|
H A D | oo_addpattern.phpt | 28 $options = array('add_path' => 'baz/', 'remove_path' => $dir);
|
/PHP-8.0/ext/zip/ |
H A D | php_zip.c | 329 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 D | NEWS | 1576 . Fixed bug #72374 (remove_path strips first char of filename). (tyage, Remi)
|
H A D | UPGRADING | 849 . The remove_path option of ZipArchive::addGlob() and ::addPattern() is now
|
Completed in 29 milliseconds