- use JSON_ERROR_CTRL_CHAR also in non string context (JS condition)
- replace ill-formed characters with substitute character
- extended error info containing error location
- check if there are some potential issues with bigint checking
- refactore algorithm in jsond_scanner.re
- add shortcut macro for XSS attacks
- compare utf8 validation with json and optimize it
- improve and test native buffer
- PHPC_CSTRL_RETVAL in PHP_JSON_BUF_RETURN is not ideal as it copies the whole buffer
- add checks for specific re2c and Bison version
- Windows Makefile.frag support - like https://github.com/php/php-src/commit/25ee9465d1c7043f4302329c901fecd38597b634
- new generator