I have already seen posts mentioning this on StackOverflow, but there is something I'm not understanding.
The json
module for php is installed using apt-get install php5-json
. I read from the PHP site that the json
extension is no longer supported as of PHP 5.4, due to a license conflict or something like that.
Is it still safe or good to use an old extension like php5-json
?