Does anybody know what the the version numbers currently in use are for :
PHP and the JSON library (if installed) ?
I would look myself with phpinfo but it is apparently disabled for 'Security Reasons'.
Does anybody know what the the version numbers currently in use are for :
PHP and the JSON library (if installed) ?
I would look myself with phpinfo but it is apparently disabled for 'Security Reasons'.
The code must flow.
Project 157: Latest UK Jobs direct to your mobile phone
New Domain under construction: Lovelogic.net
home for some new projects that we can't keep here ;)
PHP on Chopin is 5.2.13 (you can use phpversion or the PHP version constants to check this). The json extension isn't versioned separately, and there haven't been any significant changes in years.
Be sure to read all pages linked in this post; they have further information that should prove useful. When asking for help, make sure you follow Eric Raymond's and Jon Skeet's guidelines for prompt, accurate responses. Please answer any questions I ask; they're not rhetorical (probably). Any posted code is intended as illustrative example, rather than a solution to your problem to be copied without alteration. Study it to learn how to write your own solution.Misson, not Mission.