0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Jan 10, 2025 — Jan 10, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Released 0.2 version More... almost 14 years ago
Updated documentation with the latest added sniffs More... almost 14 years ago
Fixed a typo in define_syslog_variables function name More... almost 14 years ago
import_request_variables function got removed, it's not deprecated More... almost 14 years ago
Cleaned up a bit incode docs and coding standards More... almost 14 years ago
correct typo on ini derective More... almost 14 years ago
add new sniffs to detect for functions with parameters that have been removed and will no longer work More... almost 14 years ago
Merge pull request #2 from elblinkin/master More... almost 14 years ago
Add sniff for forbidden parameter names. In 5.4: 'Parameter names that shadow super globals now cause a fatal error. This prohibits code like function foo($_GET, $POST) {}.' More... almost 14 years ago
Move RemovedFunctionsSniff to properly named file. More... almost 14 years ago
Fix documentation to reflect RemovedFunctionSniff name. More... almost 14 years ago
Split DeprecatedFunctionSniff into deprecated and removed so that we can 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. More... almost 14 years ago
Expand DeprecatedIniDirectiveSniff to take a list of removed ini directives as well and publish an error when a removed directive is encountered. More... almost 14 years ago
Updated documentation to specify how to discover pear channel More... almost 14 years ago
Fixed package definition More... almost 14 years ago
Merge pull request #1 from benmatselby/add-php54-prefix More... almost 14 years ago
Prefix the errors with [5.4] so we do not get confused when running the 5.3 and 5.4 coding standard compatibility checks More... almost 14 years ago
First version of PHP 5.4 compatibility sniffs More... almost 14 years ago