summaryrefslogtreecommitdiff
path: root/ext/json/php_json.h
diff options
context:
space:
mode:
authorJulien Pauli <jpauli@php.net>2014-02-17 10:25:40 +0100
committerJulien Pauli <jpauli@php.net>2014-02-17 10:25:40 +0100
commit786234d351c40a9b4808d1dd13d2f91f2f5314be (patch)
treece70210592b7f97c7a5f30fc03e802ea2347b813 /ext/json/php_json.h
parentf275fdcf0095a108c33f2843011c6fac54216121 (diff)
downloadphp-git-786234d351c40a9b4808d1dd13d2f91f2f5314be.tar.gz
Export JsonSerializable Interface (bug #65753)
Diffstat (limited to 'ext/json/php_json.h')
-rw-r--r--ext/json/php_json.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/json/php_json.h b/ext/json/php_json.h
index a306d2d154..9ad2ecab6b 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -50,7 +50,7 @@ ZEND_END_MODULE_GLOBALS(json)
PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options TSRMLS_DC);
PHP_JSON_API void php_json_decode_ex(zval *return_value, char *str, int str_len, int options, long depth TSRMLS_DC);
-extern zend_class_entry *php_json_serializable_ce;
+extern PHP_JSON_API zend_class_entry *php_json_serializable_ce;
/* json_encode() options */