From 23e438594d30c3507644575fa39c9736f19d1fe8 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 25 Jul 2011 11:42:53 +0000 Subject: - Make usage of new PHP_FE_END macro --- ext/zip/php_zip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ext/zip/php_zip.c') diff --git a/ext/zip/php_zip.c b/ext/zip/php_zip.c index 7f516c2872..bf73ca3552 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -782,8 +782,7 @@ static const zend_function_entry zip_functions[] = { PHP_FE(zip_entry_name, arginfo_zip_entry_name) PHP_FE(zip_entry_compressedsize, arginfo_zip_entry_compressedsize) PHP_FE(zip_entry_compressionmethod, arginfo_zip_entry_compressionmethod) - - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ -- cgit v1.2.1