Home
last modified time | relevance | path

Searched refs:bz2 (Results 51 – 75 of 77) sorted by relevance

1234

/PHP-5.6/ext/phar/tests/tar/files/
H A Dmake.dangerous.tar.php.inc23 if ($compress === 'bz2' && !function_exists('bzopen')) {
134 case 'bz2' :
/PHP-5.6/ext/bz2/tests/
H A D001.phpt4 <?php if (!extension_loaded("bz2")) print "skip"; ?>
H A D005.phpt4 <?php if (!extension_loaded("bz2")) print "skip"; ?>
H A D002.phpt4 <?php if (!extension_loaded("bz2")) print "skip"; ?>
/PHP-5.6/ext/phar/
H A DMakefile.frag12 for i in bz2 zlib phar; do \
H A DTODO83 X make convertTo*() with full file compression rename to append .gz or .bz2
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dphar_test.inc72 if (@$bz2) {
H A Dopenssl.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dnophar.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-5.6/ext/phar/tests/files/
H A Dphar_test.inc72 if (@$bz2) {
H A Dopenssl.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dinclude_path2.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dnophar.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-5.6/ext/phar/tests/
H A Dphpinfo_004.phpt7 if (!extension_loaded("bz2")) die("skip bz2 not loaded");
H A Dphar_setdefaultstub.phpt204 ' bzdecompress() function needed for bz2-compressed .phars');
499 ' bzdecompress() function needed for bz2-compressed .phars');
794 ' bzdecompress() function needed for bz2-compressed .phars');
H A Dphar_createdefaultstub.phpt184 ' bzdecompress() function needed for bz2-compressed .phars');
478 ' bzdecompress() function needed for bz2-compressed .phars');
780 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-5.6/
H A D.gitignore21 *.tar.bz2
24 *.tar.bz2.asc
H A DREADME.RELEASE_PROCESS94 and build three tarballs (gz, bz2 and xz).
175 and build three tarballs (gz, bz2 and xz).
264 Try, f.e. http://www.php.net/get/php-5.5.1.tar.bz2/from/a/mirror
H A D.gitattributes32 /ext/bz2/tests/with_strings.phpt -crlf
H A DEXTENSIONS317 EXTENSION: bz2
H A DNEWS580 - bz2:
7623 - Added concatenation option to bz2.decompress stream filter.
8149 - Fixed bug #46026 (bz2.decompress/zlib.inflate filter tries to decompress
8701 - Fixed bug #42627 (bz2 extension fails to build with -fno-common).
10704 - Added bz2 stream filter support. (Sara)
10878 - Fixed bug #34968 (bz2 extension fails on to build on some win32 setups).
/PHP-5.6/ext/phar/phar/
H A Dpharcommand.inc151 if (extension_loaded('bz2')) {
152 $phar_args['c']['select']['bz2'] = 'BZip2 compression';
280 …self::error("Phar files must have file extension '.phar', '.phar.php', '.phar.bz2' or '.phar.gz'.\…
379 } elseif (extension_loaded('bz2')) {
380 $arg = 'bz2';
597 case 'bz2':
688 case 'bz2':
1146 case 'bz2':
1509 $infos['Compressed-bz2'] = $compalg['BZ2'];
1576 'bzip2 compression' => extension_loaded('bz2'),
/PHP-5.6/ext/openssl/tests/
H A Dbug65538.phar148 ' bzdecompress() function needed for bz2-compressed .phars');
/PHP-5.6/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc265 case 'bz2' :
/PHP-5.6/ext/pcre/pcrelib/
H A DREADME17 ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
379 libz and/or libbz2, in order to read .gz and .bz2 files (respectively), by
652 The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and

Completed in 79 milliseconds

1234