History log of /PHP-8.0/ext/phar/tests/zip/require_hash.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# 90081c53 06-Jan-2021 Christoph M. Becker

Add missing SKIPIF clause for require_hash.phpt


# b7689db7 05-Jan-2021 Christoph M. Becker

Prevent double-free of Phar ZIP stream

We must not alias the closed stream to `phar_archive_data.fp`, and use
PHAR_ZIP_FAIL() for consistency with the rest of this function.

Clo

Prevent double-free of Phar ZIP stream

We must not alias the closed stream to `phar_archive_data.fp`, and use
PHAR_ZIP_FAIL() for consistency with the rest of this function.

Closes GH-6578.

show more ...


# 9f96b2bd 16-Dec-2020 Christoph M. Becker

Fix #76929: zip-based phar does not respect phar.require_hash

Based on the patch provided by david at bamsoftware.

Closes GH-6517.