JSON is NOT dropped from PHP 5.5

I switched to 5.5.6 yesterday morning

upload_2013-11-27_4-4-30.webp

Code:
[root@astra scripts]# php -v
PHP 5.5.6 (cli) (built: Nov 26 2013 05:08:17)
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2013 Zend Technologies
    with Zend OPcache v7.0.3-dev, Copyright (c) 1999-2013, by Zend Technologies

[root@astra scripts]# php -m | grep json
json
 
Probably someone dumb and confused about how some Linux distros wanted to switch to a different internal JSON library for PHP because of licensing issues. I guess in that case the JSON library *was* dropped, but they forgot to mention that it was replaced with something with a friendlier license for them.
 
Top Bottom