Drop JSON support. It was never used and causes problems like bug 30854 since PHP...
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 07:47:32 +0000 (07:47 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Wed, 14 Sep 2011 07:47:32 +0000 (07:47 +0000)
commit4a24c0ba53f532bed67b819b84b9d9a59d63e71f
tree9b04fa8fc7ec932b5e314362284953ab8be578ee
parent4998acf894e622f757141713e224a89f62e3588d
Drop JSON support. It was never used and causes problems like bug 30854 since PHP managed to screw up json_decode too.
It was not a good idea to autodetection of the format anyway, but it isn't such a problem with unserialize.
includes/logging/LogEntry.php