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.
1 parent 7b1a4e2 commit d20053aCopy full SHA for d20053a
NEWS
@@ -2,6 +2,8 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? 2019, PHP 7.2.19
4
5
+- Session:
6
+ . Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)
7
8
02 May 2019, PHP 7.2.18
9
ext/session/session.c
@@ -751,7 +751,7 @@ static PHP_INI_MH(OnUpdateSidBits) /* {{{ */
751
return SUCCESS;
752
}
753
754
- 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.");
755
return FAILURE;
756
757
/* }}} */
0 commit comments