Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 25 of 54) sorted by last modified time

123

/PHP-5.5/win32/
H A Dinstall.txt998 php_bz2.dll bzip2 compression functions None
1048 php_zlib.dll ZLib compression functions
/PHP-5.5/
H A Dserver-tests.php1030 $compression = 0;
1034 $output_file = 'php_test_results_' . date('Ymd_Hi') . ( $compression ? '.txt.gz' : '.txt' );
H A Drun-tests.php322 $PHP_FAILED_TESTS, $CUR_DIR, $php, $output_file, $compression;
433 …if ($just_save_results || !mail_qa_team($failed_tests_data, $compression, $status) && !TRAVIS_CI) {
461 $compression = 0; variable
464 if ($compression && in_array("compress.zlib", stream_get_filters())) {
981 function mail_qa_team($data, $compression, $status = false) argument
H A Dphp.ini-development251 ; Transparent output compression using the zlib library
253 ; to be used for compression (default is 4KB)
254 ; Note: Resulting chunk size may vary due to nature of compression. PHP
256 ; compression. If you prefer a larger chunk size for better
260 ; http://php.net/zlib.output-compression
263 ; http://php.net/zlib.output-compression-level
H A Dphp.ini-production251 ; Transparent output compression using the zlib library
253 ; to be used for compression (default is 4KB)
254 ; Note: Resulting chunk size may vary due to nature of compression. PHP
256 ; compression. If you prefer a larger chunk size for better
260 ; http://php.net/zlib.output-compression
263 ; http://php.net/zlib.output-compression-level
/PHP-5.5/ext/zlib/tests/
H A Dbug60761.phpt2 checks zlib compression output size is always the same
H A Dgzcompress_basic1.phpt49 echo "\n-- Testing with no specified compression level --\n";
123 -- Testing with no specified compression level --
H A Dgzcompress_error1.phpt35 echo "\n-- Testing with incorrect compression level --\n";
70 -- Testing with incorrect compression level --
72 Warning: gzcompress(): compression level (99) must be within -1..9 in %s on line %d
H A Dgzcompress_variation1.phpt21 echo "\n-- Testing multiple compression --\n";
31 -- Testing multiple compression --
H A Dgzdeflate_basic1.phpt49 echo "\n-- Testing with no specified compression level --\n";
123 -- Testing with no specified compression level --
H A Dgzdeflate_error1.phpt35 echo "\n-- Testing with incorrect compression level --\n";
69 -- Testing with incorrect compression level --
71 Warning: gzdeflate(): compression level (99) must be within -1..9 in %s on line %d
H A Dgzdeflate_variation1.phpt23 echo "\n-- Testing multiple compression --\n";
33 -- Testing multiple compression --
H A Dgzencode_basic1.phpt30 // Calling gzencode() with various compression levels
55 echo "\n-- Testing with no specified compression level --\n";
110 -- Testing with no specified compression level --
H A Dgzencode_error1.phpt35 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 Dgzencode_variation1-win32.phpt34 echo "\n-- Testing multiple compression --\n";
44 -- Testing multiple compression --
H A Dgzencode_variation1.phpt26 echo "\n-- Testing multiple compression --\n";
35 -- Testing multiple compression --
H A D001.phpt13 /* with explicit compression level, length */
H A D002.phpt13 /* with explicit compression level, length */
H A D005.phpt41 Warning: gzcompress(): compression level (1000) must be within -1..9 in %s on line %d
H A D006.phpt41 Warning: gzdeflate(): compression level (1000) must be within -1..9 in %s on line %d
H A D007.phpt36 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
/PHP-5.5/ext/zlib/
H A Dphp_zlib.def2 ; zlib data compression library
/PHP-5.5/ext/soap/
H A DTODO89 ? support for HTTP compression (gzip,x-gzip,defalte)
/PHP-5.5/ext/phar/tests/zip/
H A Dcorrupt_008.phpt2 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 …]
H A Dphar_setalias.phpt36 // test compression

Completed in 113 milliseconds

123