PHP 7.2: New `PHPCompatibility.ParameterValues.ForbiddenSessionModuleNameUser` sniff by jrfnl · Pull Request #1138 · PHPCompatibility/PHPCompatibility
Navigation Menu
{{ message }}
PHPCompatibility / PHPCompatibility Public
- Notifications You must be signed in to change notification settings
- Fork 204
Merged
Jul 11, 2020Merged
Conversation
Copy link Copy Markdown
Member
jrfnl
commented
Jun 29, 2020
jrfnl
commented
It is now explicitly forbidden to set the module name to "user". Formerly, this has been silently ignored.
This sniff addresses that change.
Includes unit tests.
…leNameUser` sniff From: https://www.php.net/manual/en/function.session-module-name.php#refsect1-function.session-module-name-changelog > It is now explicitly forbidden to set the module name to "user". Formerly, this has been silently ignored. This sniff addresses that change. Includes unit tests.
jrfnl
added
Type: enhancement
PR: ready for review
labels
jrfnl
added this to the
10.0.0 milestone
jrfnl
requested a review
from wimg
wimg approved these changes Jul 11, 2020
wimg
merged commit
1403aca
into
develop
wimg
deleted the
feature/new-forbiddensessionmodulenameuser-sniff
branch
jrfnl
removed
the
PR: ready for review
label
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment