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
* 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