summaryrefslogtreecommitdiff
path: root/sapi
diff options
context:
space:
mode:
Diffstat (limited to 'sapi')
-rw-r--r--sapi/apache_hooks/php_apache.c2
-rw-r--r--sapi/milter/php_milter.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sapi/apache_hooks/php_apache.c b/sapi/apache_hooks/php_apache.c
index e553318c87..bb2abf4837 100644
--- a/sapi/apache_hooks/php_apache.c
+++ b/sapi/apache_hooks/php_apache.c
@@ -1384,7 +1384,7 @@ const static zend_function_entry php_apache_request_class_functions[] = {
PHP_FALIAS(method_uri, apache_request_sub_req_method_uri, NULL)
PHP_FALIAS(run, apache_request_run, NULL)
PHP_FALIAS(internal_redirect, apache_request_internal_redirect, NULL)
- { NULL, NULL, NULL }
+ PHP_FE_END
};
/* }}} */
diff --git a/sapi/milter/php_milter.c b/sapi/milter/php_milter.c
index a18f719e4c..7bed3aab39 100644
--- a/sapi/milter/php_milter.c
+++ b/sapi/milter/php_milter.c
@@ -833,7 +833,7 @@ const static zend_function_entry milter_functions[] = {
PHP_FE(smfi_addrcpt, arginfo_smfi_addrcpt)
PHP_FE(smfi_delrcpt, arginfo_smfi_delrcpt)
PHP_FE(smfi_replacebody, arginfo_smfi_replacebody)
- { NULL, NULL, NULL }
+ PHP_FE_END
};
/* }}} */