Use embedded json parser method structure

This commit is contained in:
Jakub Zelenka 2016-05-02 13:02:40 +01:00
parent 93b67dd511
commit 37048c0f6c
3 changed files with 27 additions and 27 deletions

View file

@ -57,7 +57,7 @@ struct _php_json_parser {
zval *return_value;
unsigned int depth;
int max_depth;
const php_json_parser_methods *methods;
php_json_parser_methods methods;
};
PHP_JSON_API void php_json_parser_init_ex(