From 73cf12d6ac3ee8b6fea1ec04cc0d8a21fd535f44 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Wed, 28 Jun 2023 19:10:00 +0200 Subject: [PATCH] Fix ext/zip arginfo.h --- ext/zip/php_zip_arginfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/php_zip_arginfo.h b/ext/zip/php_zip_arginfo.h index 156bdaf2ac7..ad8ceb43612 100644 --- a/ext/zip/php_zip_arginfo.h +++ b/ext/zip/php_zip_arginfo.h @@ -1,5 +1,5 @@ /* This is a generated file, edit the .stub.php file instead. - * Stub hash: 65df723218ea5ca470163ebaf540ea5bde541824 */ + * Stub hash: 37a7b865d0fe62419f677382fa713a800d48da5e */ ZEND_BEGIN_ARG_INFO_EX(arginfo_zip_open, 0, 0, 1) ZEND_ARG_TYPE_INFO(0, filename, IS_STRING, 0)