History log of /PHP-7.4/ext/phar/tests/bug69279a.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# edb38973 21-Jan-2021 Christoph M. Becker

Add missing SKIPIF clause for recently introduced test case


# 68f5289e 18-Dec-2020 Christoph M. Becker

Fix #69279: Compressed ZIP Phar extractTo() creates garbage files

When extracting compressed files from an uncompressed Phar, we must not
use the direct file pointer, but rather get an u

Fix #69279: Compressed ZIP Phar extractTo() creates garbage files

When extracting compressed files from an uncompressed Phar, we must not
use the direct file pointer, but rather get an uncompressed file
pointer.

We also add a test to show that deflated and stored entries are
properly extracted.

This also fixes #79912, which appears to be a duplicate of #69279.

Co-authored-by: Anna Filina <afilina@gmail.com>

Closes GH-6599.

show more ...