We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since PHP 5.3 is EOL, and 5.4 will be EOL in September, 2015, it should be safe to make 5.4 the base requirement.
5.4 adds traits, array shortcuts, and removes stupid crap like register_globals.
The text was updated successfully, but these errors were encountered:
I agree and namespacing :)
Sorry, something went wrong.
I needed namespacing so I added it and updated the autoloader. If you like my changes I'll submit a pull request (or you can merge them yourself)...
https://github.com/Feathur/minphp/commit/d3af4d3c698bd7dc80432ec6129cf06980ae45bd
No branches or pull requests
Since PHP 5.3 is EOL, and 5.4 will be EOL in September, 2015, it should be safe to make 5.4 the base requirement.
5.4 adds traits, array shortcuts, and removes stupid crap like register_globals.
The text was updated successfully, but these errors were encountered: