mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
fix json globals
This commit is contained in:
parent
9ff3800b79
commit
09a3e7377a
2 changed files with 1 additions and 2 deletions
|
@ -80,6 +80,7 @@ ZEND_BEGIN_MODULE_GLOBALS(json)
|
|||
php_json_error_code error_code;
|
||||
ZEND_END_MODULE_GLOBALS(json)
|
||||
|
||||
ZEND_EXTERN_MODULE_GLOBALS(json);
|
||||
|
||||
#ifdef ZTS
|
||||
# define JSON_G(v) ZEND_TSRMG(json_globals_id, zend_json_globals *, v)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue