Actions
Bug #19285
closeduse native JSON-methods instead of 3rd party json script
Start date:
2008-09-03
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
since PHP 5.2.0 there is no need to include 3rd party script for JSON-encoding
Use php funtion json_encode instead
Also typo3/contrib/json can be removed from core
(issue imported from #M9286)
Files
Updated by Steffen Kamper about 16 years ago
there was a second place in core using the library - alt_shortcut.php
chnged in patch 2
Actions