summaryrefslogtreecommitdiff
path: root/ext/zip/php_zip.c
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2011-07-25 11:35:02 +0000
committerFelipe Pena <felipe@php.net>2011-07-25 11:35:02 +0000
commit4b30846b50b3c42d6787f82fe37525028e094a09 (patch)
tree22d19ea6d7814d03f3fb8587d996b37cb42841f8 /ext/zip/php_zip.c
parentf1f2a649e299b9b997d38977909bd54c52f5c4e3 (diff)
downloadphp-git-4b30846b50b3c42d6787f82fe37525028e094a09.tar.gz
- Make usage of new PHP_FE_END macro
Diffstat (limited to 'ext/zip/php_zip.c')
-rw-r--r--ext/zip/php_zip.c3
1 files changed, 1 insertions, 2 deletions
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
};
/* }}} */