summaryrefslogtreecommitdiff
path: root/src/tests/set_custom_session_handler2.phpt (follow)
AgeCommit message (Collapse)Author
2018-12-26Remove an unnecessary guard against infinite recursion in session handlingjvoisin
This used to be useful in the times of PHP5.4/Suhosin (https://github.com/sektioneins/suhosin/issues/60), but nowadays, php is handling this case on its own.