From 26e619b1923e481be5a281738835e4f92a44fbfe Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Thu, 3 Sep 2015 19:28:34 +0100 Subject: these need to be exported for extensions that use json --- 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 79b9278513..1d1f8ce1c3 100644 --- a/ext/json/json.c +++ b/ext/json/json.c @@ -48,7 +48,7 @@ static PHP_FUNCTION(json_last_error_msg); PHP_JSON_API zend_class_entry *php_json_serializable_ce; -ZEND_DECLARE_MODULE_GLOBALS(json) +PHP_JSON_API ZEND_DECLARE_MODULE_GLOBALS(json) /* {{{ arginfo */ ZEND_BEGIN_ARG_INFO_EX(arginfo_json_encode, 0, 0, 1) -- cgit v1.2.1