History log of /PHP-8.1/ext/phar/tests/zip/require_hash.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# 74859783 11-Jun-2021 Nikita Popov

Migrate SKIPIF -> EXTENSIONS (#7138)

This is an automated migration of most SKIPIF extension_loaded checks.


# 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.