One Hat Cyber Team
Your IP :
216.73.216.216
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
opt
/
remi
/
php56
/
root
/
usr
/
share
/
doc
/
pecl
/
jsond
/
View File Name :
TODO.md
# TODO list ## Decoding - use JSON_ERROR_CTRL_CHAR also in non string context (JS condition) - extended error info containing error location - check if there are some potential issues with bigint checking - refactore algorithm in jsond_scanner.re ## Encoding - fix stacking of exceptions in JsonSerializable objects - https://bugs.php.net/bug.php?id=68992 - add shortcut macro for XSS attacks - https://bugs.php.net/bug.php?id=65257 - improve and test native buffer - PHPC_CSTRL_RETVAL in PHP_JSON_BUF_RETURN is not ideal as it copies the whole buffer ## Build - add checks for specific re2c and Bison version ## Testing - new generator # Links ## Testing resources - Hoa: https://github.com/Hywan/jsond-test - [Comparison JSON impls](http://gggeek.altervista.org/sw/article_20070425.html) and [its source](https://github.com/gggeek/phpxmlrpc-extras/blob/master/jsonrpc/testsuite.php) - [Jan Tvrdik compat test](https://gist.github.com/JanTvrdik/10277952#file-test-php)