disqus-php icon indicating copy to clipboard operation
disqus-php copied to clipboard

Minimum required PHP version

Open borfast opened this issue 13 years ago • 2 comments

README.rst mentions PHP 5.3 as the minimum required version but from a quick code analysis with this neat little tool, it's actually 5.2 and just for json_decode().

For all the rest you only need PHP 5.1. Could you please confirm this and, if correct, change the docs accordingly?

Thanks! :)

borfast avatar Jan 27 '12 02:01 borfast

5.3 might have actually been a guess. Will try to review and confirm.

Neat tool :)

dcramer avatar Jan 27 '12 22:01 dcramer

Thanks for looking into it :)

I forgot to mention this but since you provide an alternative json implementation, the minimum required version is effectively 5.1.

I also went through the code manually to confirm the tool's result and I think it's right, I don't see anything that requires PHP over 5.1 (or 5.2 for json_decode()).

borfast avatar Jan 28 '12 00:01 borfast