summaryrefslogtreecommitdiff
path: root/ext/shmop
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/shmop
parentf1f2a649e299b9b997d38977909bd54c52f5c4e3 (diff)
downloadphp-git-4b30846b50b3c42d6787f82fe37525028e094a09.tar.gz
- Make usage of new PHP_FE_END macro
Diffstat (limited to 'ext/shmop')
-rw-r--r--ext/shmop/shmop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/shmop/shmop.c b/ext/shmop/shmop.c
index 9d0b0f8ac3..1982763a23 100644
--- a/ext/shmop/shmop.c
+++ b/ext/shmop/shmop.c
@@ -87,7 +87,7 @@ const zend_function_entry shmop_functions[] = {
PHP_FE(shmop_size, arginfo_shmop_size)
PHP_FE(shmop_write, arginfo_shmop_write)
PHP_FE(shmop_delete, arginfo_shmop_delete)
- {NULL, NULL, NULL} /* Must be the last line in shmop_functions[] */
+ PHP_FE_END
};
/* }}} */