Home
last modified time | relevance | path

Searched refs:zip (Results 1 – 25 of 258) sorted by path

1234567891011

/PHP-5.5/
H A D.gitattributes18 ext/zip/php_zip.c ident
H A DEXTENSIONS550 EXTENSION: zip
H A DMakefile.gcov60 …_sqlite/libsqlite ext/sqlite/libsqlite ext/sqlite3/libsqlite ext/xmlrpc/libxmlrpc ext/zip/lib; do \
H A DNEWS87 - zip:
212 . Fixed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip
519 . Fixed bug #69441 (Buffer Overflow when parsing tar/zip/phar in
4544 . Fixed bug #49072 (feof never returns true for damaged file in zip).
4556 . Fixed crash in zip extract method (possible CWE-170).
4571 . Added stat support for zip stream. (Pierre)
6505 - Fixed zip filename property read. (Pierre)
6638 - Fixed extraction of zip files or directories when the entry name is a
6640 - Fixed read or write errors for large zip archives. (Pierre)
7546 - Added openbasedir and safemode checks in zip:// stream wrapper and
[all …]
H A DREADME.REDIST.BINS14 14. libzip ext/zip
311 14. libzip ext/zip
312 zip.h -- exported declarations.
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_002.phpt22 ["%s/resources/dir.zip"]=>
23 string(15) "application/zip"
H A Dfinfo_file_stream_001.phpt5 <?php if (!extension_loaded('zip')) { die("skip"); } ?>
12 $zip = __DIR__ . "/resources/dir.zip";
13 $stream = "zip://" . __DIR__ . "/resources/dir.zip";
18 finfo_file($fp, $zip),
24 string(15) "application/zip"
H A Dmagic2160 !:mime application/zip
2264 >>50 string !epub+zip
2269 !:mime application/zip
2274 !:mime application/zip
2280 # Generic zip archives (Greg Roelofs, c/o zip-bugs@wkuvx1.wku.edu)
2284 !:mime application/zip
2479 # 'application/epub+zip'
3995 # gzip (GNU zip, not to be confused with Info-ZIP or PKWARE zip archiver)
10483 >>&16 byte 3 zip
13077 !:mime application/zip
[all …]
/PHP-5.5/ext/oci8/
H A Dconfig.m4302 dnl Header directory for Instant Client SDK zip file install
/PHP-5.5/ext/pcre/pcrelib/
H A DREADME18 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
653 zip formats. The command "make distcheck" does the same, but then does a trial
/PHP-5.5/ext/phar/
H A DTODO85 X don't automatically add a stub to .zip or .tar files [Steph]
86 X don't allow a stub or alias to be added to a .zip/.tar that does not have
88 X allow read/write on .tar/.zip files that do not contain a stub or alias [Steph/Greg]
93 X implement initial support for simple zip/tar archives (PharData) [Steph]
99 X zip support [Greg]
H A Dconfig.m48 …PHP_NEW_EXTENSION(phar, util.c tar.c zip.c stream.c func_interceptors.c dirstream.c phar.c phar_ob…
H A Dconfig.w3212 …rstream.c func_interceptors.c phar.c phar_object.c phar_path_check.c stream.c tar.c util.c zip.c");
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt19 $c = new PharData(dirname(__FILE__) . '/whatever.zip');
H A Dbug48377.2.phpt10 $fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.zip';
15 $phar->convertToData(Phar::ZIP, Phar::NONE, '.2.phar.zip');
22 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.zip');?>
24 data phar "%sbug48377.2.phar.zip" has invalid extension 2.phar.zip
H A Dbug48377.phpt11 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.zip';
18 $phar->convertToData(Phar::ZIP, Phar::NONE, 'zip');
26 <?php unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.zip');?>
28 phar "%sbug48377.zip" exists and must be unlinked prior to conversion
H A Dbug69441.phpt2 Phar: bug #69441: Buffer Overflow when parsing tar/zip/phar in phar_set_inode
17 …sage 'phar error: corrupted central directory entry, no magic signature in zip-based phar "%sbug69…
H A Dbug70019.phpt8 $phar = new PharData(__DIR__."/bug70019.zip");
H A Dbug70433.phpt2 Phar - bug #70433 - Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"
7 $phar = new PharData(__DIR__."/bug70433.zip");
H A Dbug71354.phpt2 Phar: bug #71354: Heap corruption in tar/zip/phar parser.
H A Dbug71498.phpt8 $p = new PharData(__DIR__."/bug71498.zip");
16 phar error: end of central directory not found in zip-based phar "%s/bug71498.zip"
H A Dinvalid_setstubalias.phpt10 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';
40 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
45 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
H A Dphar_buildfromiterator10.phpt83 ["zip/corrupt_001.phpt"]=>
85 ["zip/corrupt_002.phpt"]=>
87 ["zip/corrupt_003.phpt"]=>
89 ["zip/corrupt_004.phpt"]=>
91 ["zip/corrupt_005.phpt"]=>
93 ["zip/corrupt_006.phpt"]=>
95 ["zip/corrupt_007.phpt"]=>
97 ["zip/corrupt_008.phpt"]=>
99 ["zip/corrupt_009.phpt"]=>
101 ["zip/corrupt_010.phpt"]=>
H A Dphar_convert_again.phpt27 $zip = $phar->convertToData(Phar::ZIP);
28 echo $zip->getPath() . "\n";
44 $zip = $phar->convertToExecutable(Phar::ZIP);
45 echo $zip->getPath() . "\n";
46 echo $zip['a']->getMetadata() . "\n";
47 $data = $zip->convertToData();
175 %sphar_convert_again.zip
180 %sphar_convert_again2.phar.zip
182 %sphar_convert_again2.zip
183 A Phar stub cannot be set in a plain zip archive
[all …]
H A Dphar_convert_repeated.phpt13 $fname2 = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.zip';
62 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '.2.phar.zip');
80 $phar = $phar->convertToExecutable(Phar::ZIP, Phar::NONE, '3.phar.zip');
91 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.zip');
94 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.2.phar.zip');
97 unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.3.phar.zip');
119 string(60) "<?php // zip-based phar archive stub file
132 string(60) "<?php // zip-based phar archive stub file
146 string(60) "<?php // zip-based phar archive stub file

Completed in 101 milliseconds

1234567891011