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/json/json.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/json/json.c') diff --git a/ext/json/json.c b/ext/json/json.c index 5d3e441980..4e8fd759d4 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -60,7 +60,7 @@ static const function_entry json_functions[] = { PHP_FE(json_encode, arginfo_json_encode) PHP_FE(json_decode, arginfo_json_decode) PHP_FE(json_last_error, arginfo_json_last_error) - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ -- cgit v1.2.1