We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6088713 + d20053a commit f0ccd9fCopy full SHA for f0ccd9f
NEWS
@@ -2,6 +2,9 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 7.3.6
4
5
+- Session:
6
+ . Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
7
+
8
02 May 2019, PHP 7.3.5
9
10
- Core:
ext/session/session.c
@@ -750,7 +750,7 @@ static PHP_INI_MH(OnUpdateSidBits) /* {{{ */
750
return SUCCESS;
751
}
752
753
- php_error_docref(NULL, E_WARNING, "session.configuration 'session.sid_bits' must be between 4 and 6.");
+ php_error_docref(NULL, E_WARNING, "session.configuration 'session.sid_bits_per_character' must be between 4 and 6.");
754
return FAILURE;
755
756
/* }}} */
0 commit comments