From 338b08795348f75edb73680f78a70b52b7c20c36 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Mon, 14 Jan 2008 08:17:55 +0000 Subject: [PATCH] fix build --- ext/zip/php_zip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index ff9e95abe6..8110f2b3af 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -943,7 +943,7 @@ static PHP_NAMED_FUNCTION(zif_zip_entry_filesize) /* {{{ proto string zip_entry_compressionmethod(resource zip_entry) U Return a string containing the compression method used on a particular entry */ -static PHP_FUNCTION(zif_zip_entry_compressionmethod) +static PHP_NAMED_FUNCTION(zif_zip_entry_compressionmethod) { php_zip_entry_get_info(INTERNAL_FUNCTION_PARAM_PASSTHRU, 3); } -- 2.50.1