From 4b30846b50b3c42d6787f82fe37525028e094a09 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Mon, 25 Jul 2011 11:35:02 +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 3aa3988e8e..d13757403c 100644 --- a/ext/zip/php_zip.c +++ b/ext/zip/php_zip.c @@ -781,8 +781,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