mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
parent
c4b188871e
commit
1ac152938c
62 changed files with 63 additions and 63 deletions
|
@ -89,7 +89,7 @@ PHP_JSON_API ZEND_EXTERN_MODULE_GLOBALS(json)
|
|||
#define JSON_G(v) ZEND_MODULE_GLOBALS_ACCESSOR(json, v)
|
||||
|
||||
#if defined(ZTS) && defined(COMPILE_DL_JSON)
|
||||
ZEND_TSRMLS_CACHE_EXTERN();
|
||||
ZEND_TSRMLS_CACHE_EXTERN()
|
||||
#endif
|
||||
|
||||
PHP_JSON_API void php_json_encode(smart_str *buf, zval *val, int options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue