summaryrefslogtreecommitdiff
path: root/ext/json/json.c
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2015-09-03 19:28:34 +0100
committerJoe Watkins <krakjoe@php.net>2015-09-03 19:28:34 +0100
commit26e619b1923e481be5a281738835e4f92a44fbfe (patch)
tree2b17436b05670a7d279325741478f63efbf769df /ext/json/json.c
parent0f74baed9cc68e2e4ea8ac2d9b2834bd06daa3b5 (diff)
downloadphp-git-26e619b1923e481be5a281738835e4f92a44fbfe.tar.gz
these need to be exported for extensions that use json
Diffstat (limited to 'ext/json/json.c')
-rw-r--r--ext/json/json.c2
1 files changed, 1 insertions, 1 deletions
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)