]> granicus.if.org Git - php/commit
add ZipArchive::registerProgressCallback and ZipArchive::registerCancelCallback methods
authorRemi Collet <remi@remirepo.net>
Thu, 30 Jan 2020 10:14:53 +0000 (11:14 +0100)
committerRemi Collet <remi@php.net>
Fri, 31 Jan 2020 08:06:42 +0000 (09:06 +0100)
commit3af1cee8840a1ccaca90a4392f79510274f84450
tree9006d6aa25ac9ff156323cf92d7a26085a6acdd0
parent7e7a85e881769f3ad47a68dbef0da8c29583286a
add ZipArchive::registerProgressCallback and ZipArchive::registerCancelCallback methods
ext/zip/config.m4
ext/zip/php_zip.c
ext/zip/php_zip.h
ext/zip/php_zip.stub.php
ext/zip/php_zip_arginfo.h
ext/zip/tests/oo_cancel.phpt [new file with mode: 0644]
ext/zip/tests/oo_progress.phpt [new file with mode: 0644]