I installed PHP Version 5.5.1-2 on Ubuntu 12.04 and JSON was not associated with it (as far as I can tell).
I read that I will have to reinstall php using the --enable-json or --with-json option.
So my questions are:
How to check that JSON is not installed?
If not, reinstall php as follows: apt-get install php --with-json (do I enable --enable-json)?
Will my current settings be lost if I reinstall php?
thanks
source share