]> granicus.if.org Git - php/commit
Fixed bug 64343
authorMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 11:09:32 +0000 (13:09 +0200)
committerMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 11:20:09 +0000 (13:20 +0200)
commitef52e44053df40fb79bf5c2514252550fce7f04e
tree1f3980161063acf14bd270d50236229ed5a01b35
parenta04ab4b54b36786e81d71b2398c227492df9058e
Fixed bug 64343

PharData::extractTo fails for tarball created by BSD tar

Phar did not know about PAX style global/file headers.
Skip them, to be able to read the contents of those archives.
NEWS
ext/phar/phar_internal.h
ext/phar/tar.c
ext/phar/tests/tar/bug64343.phpt [new file with mode: 0644]
ext/phar/tests/tar/files/bug64343.tar [new file with mode: 0644]