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

More ini directives, functions, and forbidden parameter names. #2

Merged
merged 5 commits into from Mar 2, 2012
Merged

More ini directives, functions, and forbidden parameter names. #2

merged 5 commits into from Mar 2, 2012

Conversation

elblinkin
Copy link

I think we could probably generalize the 5.3 sniffs and these 5.4 sniffs so that we would only need ruleset.xml files for each and then in the future would not be copying and pasting so much logic all over the place. There is likely to always be deprecated/removed ini directives, functions, etc.

For now, just some more checks.

Laura Beth Lincoln added 5 commits March 2, 2012 07:07
directives as well and publish an error when a removed directive is
encountered.
have warnings for deprecated funcations and errors for removed function.
It is possible for someone to override $error in their ruleset, but that
is them.
shadow super globals now cause a fatal error.  This prohibits code like
function foo($_GET, $POST) {}.'
proofek added a commit that referenced this pull request Mar 2, 2012
More ini directives, functions, and forbidden parameter names.
@proofek proofek merged commit 2b5301e into proofek:master Mar 2, 2012
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

Successfully merging this pull request may close these issues.

None yet

2 participants