REST api interface plugin - PHP4 or PHP5?
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
This is just a short post to ask for some advice and/or opinions.
I am working on the generic XML and JSON generating functions as part of the REST interface plugin that is currently in development.
I have started using the plugin in-house with good results and performance, but as we are running PHP5 pretty much exclusively here - it makes use of the native PHP5 XML and JSON functionality.
My question is - is it worth me providing a PHP4 version which uses external libraries? Or, more to the point - how many people out there are still running on PHP4 based servers?
Any advice would be greatly appreciated.
Tags: api, json, php, plugin, rest, wordpress, xml