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:38:51 +0100
commit8a1d248d4e908a5a210b92f43ec8f36808b7d288 (patch)
tree0779e3eaa5eedd52232c137d29f2e36152712c37 /ext/json/php_json.h
parent6877af3f7138d5c7c125c7f1c058e3661772240c (diff)
downloadphp-git-8a1d248d4e908a5a210b92f43ec8f36808b7d288.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 637c5eae5e..e00de6a27b 100644
--- a/ext/json/php_json.h
+++ b/ext/json/php_json.h
@@ -51,7 +51,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 */