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