Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum required PHP version #14

Open
borfast opened this issue Jan 27, 2012 · 2 comments
Open

Minimum required PHP version #14

borfast opened this issue Jan 27, 2012 · 2 comments

Comments

@borfast
Copy link

borfast commented Jan 27, 2012

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! :)

@dcramer
Copy link
Contributor

dcramer commented Jan 27, 2012

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

Neat tool :)

@borfast
Copy link
Author

borfast commented Jan 28, 2012

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()).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants