Searched refs:compression (Results 1 – 25 of 53) sorted by relevance
123
/PHP-5.3/ext/phar/tests/zip/ |
H A D | corrupt_008.phpt | 2 Phar: unsupported compression methods 86 phar error: unsupported compression method (Shrunk) used in this zip in zip-based phar "%scompress_… 87 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 88 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 89 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 90 phar error: unsupported compression method (Reduce) used in this zip in zip-based phar "%scompress_… 91 phar error: unsupported compression method (Implode) used in this zip in zip-based phar "%scompress… 92 phar error: unsupported compression method (Tokenize) used in this zip in zip-based phar "%scompres… 95 phar error: unsupported compression method (LZMA) used in this zip in zip-based phar "%scompress_un… 98 phar error: unsupported compression method (WavPack) used in this zip in zip-based phar "%scompress… [all …]
|
/PHP-5.3/ext/phar/tests/ |
H A D | pharfileinfo_compression.phpt | 2 Phar: PharFileInfo compression-related methods 80 Unknown compression type specified 81 Unknown compression type specified 82 Cannot compress with Gzip compression, not possible with tar-based phar archives 83 Phar entry is a directory, cannot set compression 84 Phar is readonly, cannot change compression 91 Phar entry is a directory, cannot set compression
|
H A D | phpinfo_001.phpt | 33 gzip compression => enabled 34 bzip2 compression => enabled 55 gzip compression => enabled 56 bzip2 compression => enabled
|
H A D | phpinfo_002.phpt | 31 gzip compression => enabled 32 bzip2 compression => enabled
|
H A D | phpinfo_003.phpt | 31 gzip compression => disabled (install ext/zlib) 32 bzip2 compression => disabled (install pecl/bz2)
|
H A D | phar_convert_again.phpt | 190 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression 191 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression 195 Cannot compress entire archive with gzip, zip archives do not support whole-archive compression 196 Cannot compress entire archive with bz2, zip archives do not support whole-archive compression 197 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2 198 Unknown compression specified, please pass one of Phar::GZ or Phar::BZ2
|
H A D | phpinfo_004.phpt | 36 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr> 37 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr> 60 <tr><td class="e">gzip compression </td><td class="v">enabled </td></tr> 61 <tr><td class="e">bzip2 compression </td><td class="v">enabled </td></tr>
|
H A D | phar_oo_getcontentsgz.phpt | 2 Phar object: getContent() (verify it works with compression)
|
/PHP-5.3/ext/gd/tests/ |
H A D | pngcomp.phpt | 2 png compression test 17 echo "PNG compression test: "; 32 PNG compression test: ok
|
/PHP-5.3/ext/zlib/tests/ |
H A D | gzencode_variation1.phpt | 22 echo "\n-- Testing multiple compression --\n"; 31 -- Testing multiple compression --
|
H A D | gzcompress_variation1.phpt | 23 echo "\n-- Testing multiple compression --\n"; 33 -- Testing multiple compression --
|
H A D | gzdeflate_variation1.phpt | 23 echo "\n-- Testing multiple compression --\n"; 33 -- Testing multiple compression --
|
H A D | gzencode_variation1-win32.phpt | 34 echo "\n-- Testing multiple compression --\n"; 44 -- Testing multiple compression --
|
H A D | gzcompress_error1.phpt | 34 echo "\n-- Testing with incorrect compression level --\n"; 66 -- Testing with incorrect compression level -- 68 Warning: gzcompress(): compression level (99) must be within -1..9 in %s on line %d
|
H A D | gzdeflate_error1.phpt | 34 echo "\n-- Testing with incorrect compression level --\n"; 64 -- Testing with incorrect compression level -- 66 Warning: gzdeflate(): compression level (99) must be within -1..9 in %s on line %d
|
H A D | 008.phpt | 2 zlib.output_compression=1 with client not accepting compression
|
H A D | 007.phpt | 36 Warning: gzencode(): compression level(-10) must be within -1..9 in %s on line %d 39 Warning: gzencode(): compression level(100) must be within -1..9 in %s on line %d
|
H A D | gzencode_error1.phpt | 35 echo "\n-- Testing with incorrect compression level --\n"; 72 -- Testing with incorrect compression level -- 74 Warning: gzencode(): compression level(99) must be within -1..9 in %s on line %d
|
H A D | 002.phpt | 13 /* with explicit compression level, length */
|
H A D | gzcompress_basic1.phpt | 49 echo "\n-- Testing with no specified compression level --\n"; 123 -- Testing with no specified compression level --
|
H A D | gzdeflate_basic1.phpt | 49 echo "\n-- Testing with no specified compression level --\n"; 123 -- Testing with no specified compression level --
|
H A D | 001.phpt | 13 /* with explicit compression level, length */
|
/PHP-5.3/ext/zlib/ |
H A D | php_zlib.def | 2 ; zlib data compression library
|
/PHP-5.3/ext/zip/tests/ |
H A D | bug53854.phpt | 2 Bug #53854 (Missing constants for compression type)
|
/PHP-5.3/ext/phar/ |
H A D | TODO | 15 X stream context for specifying compression of a file [Marcus] 53 X list all available compression methods using 83 X make convertTo*() with full file compression rename to append .gz or .bz2 92 X compression should work for non-phar archives [Steph]
|
Completed in 37 milliseconds
123