From: Antony Dovgal Date: Mon, 14 Jan 2008 08:17:55 +0000 (+0000) Subject: fix build X-Git-Tag: RELEASE_2_0_0a1~907 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=338b08795348f75edb73680f78a70b52b7c20c36;p=php fix build --- 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); }