Searched refs:xz (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/scripts/dev/ |
H A D | makedist | 27 Creates PHP release packages (tar.gz, tar.bz2, tar.xz) from the php-src Git 199 xz -9 -k "$prefix".tar || exit 9 200 md5sum "$prefix".tar.xz 201 xz -t "$prefix".tar.xz
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | finfo_file_002.phpt | 48 ["%s/resources/test.xz"]=> 49 string(16) "application/x-xz"
|
H A D | magic | 2821 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz 2823 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma} 7706 # http://tukaani.org/xz/xz-file-format.txt 7709 !:mime application/x-xz 13322 >20 beshort 4 xz 17276 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned
|
H A D | magic私はガラスを食べられます | 2821 # 2nd archive name=control archive name like control.tar.gz or control.tar.xz 2823 # look for 3rd archive name=data archive name like data.tar.{gz,xz,bz2,lzma} 7706 # http://tukaani.org/xz/xz-file-format.txt 7709 !:mime application/x-xz 13322 >20 beshort 4 xz 17276 0 string xz MGR bitmap, old format, 1-bit deep, 32-bit aligned
|
/PHP-8.2/ext/fileinfo/ |
H A D | magicdata.patch | 13 # http://tukaani.org/xz/xz-file-format.txt 16 -!:mime application/x-xz 23 +!:mime application/x-xz
|
H A D | generate_patch.sh | 5 | tar -xz --strip-components=2 -C libmagic.orig file-$VERSION/src
|
/PHP-8.2/ext/fileinfo/libmagic/ |
H A D | compress.c | 652 lzma_stream xz; in uncompressxzlib() local 654 memset(&xz, 0, sizeof(xz)); in uncompressxzlib() 655 rc = lzma_auto_decoder(&xz, UINT64_MAX, 0); in uncompressxzlib() 662 xz.next_in = CCAST(const uint8_t *, old); in uncompressxzlib() 663 xz.avail_in = CAST(uint32_t, *n); in uncompressxzlib() 664 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib() 665 xz.avail_out = CAST(unsigned int, bytes_max); in uncompressxzlib() 667 rc = lzma_code(&xz, LZMA_RUN); in uncompressxzlib() 671 *n = CAST(size_t, xz.total_out); in uncompressxzlib() 673 lzma_end(&xz); in uncompressxzlib()
|
/PHP-8.2/.github/actions/setup-caddy/ |
H A D | action.yml | 10 …yserver/caddy download --pattern 'caddy_*_linux_amd64.tar.gz' -O - | sudo tar -xz -C /usr/bin caddy
|
/PHP-8.2/ |
H A D | .gitignore | 270 /*.tar.xz 273 /*.tar.xz.asc
|
H A D | NEWS | 1373 . Fixed bug GH-11298 (finfo returns wrong mime type for xz files). (Anatol)
|
/PHP-8.2/.github/workflows/ |
H A D | nightly.yml | 810 libmysql: mysql-8.0.37-linux-glibc2.28-x86_64.tar.xz 820 libmysql: mysql-8.4.0-linux-glibc2.28-x86_64.tar.xz
|
/PHP-8.2/docs/ |
H A D | release-process.md | 287 `.tar.bz2` and `.tar.xz`). 550 `.tar.bz2` and `.tar.xz`).
|
Completed in 171 milliseconds