You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #58262 [HttpFoundation] move setting deprecation session options into a legacy group test (xabbuh)
This PR was merged into the 5.4 branch.
Discussion
----------
[HttpFoundation] move setting deprecation session options into a legacy group test
| Q | A
| ------------- | ---
| Branch? | 5.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Commits
-------
c776453 move setting deprecation session options into a legacy group test
* The test must only be removed when the "session.trans_sid_tags" option is removed from PHP or when the "trans_sid_tags" option is no longer supported by the native session storage.
223
+
*/
224
+
publicfunctiontestTransSidTagsOption()
225
+
{
226
+
$previousErrorHandler = set_error_handler(function ($errno, $errstr) use (&$previousErrorHandler) {
227
+
if ('ini_set(): Usage of session.trans_sid_tags INI setting is deprecated' !== $errstr) {
0 commit comments