History log of /PHP-8.2/ext/zip/tests/oo_getstreamindex.phpt (Results 1 – 2 of 2)
Revision Date Author Comments
# b972af95 26-Jun-2023 Remi Collet

adapt test expectation with libzip 1.10


# e9b96ae5 05-Oct-2021 Remi Collet

Add ZipArchive::clearError, getStreamIndex and getStreamName methods

public function clearError(): void {}
public function getStreamIndex(int $index, int $flags = 0) {}
p

Add ZipArchive::clearError, getStreamIndex and getStreamName methods

public function clearError(): void {}
public function getStreamIndex(int $index, int $flags = 0) {}
public function getStreamName(string $name, int $flags = 0) {}

ZipArchive::getStream is kept for BC

See https://github.com/pierrejoye/php_zip/issues/20

show more ...