History log of /PHP-7.4/ext/session/tests/bug80889a.phpt (Results 1 – 1 of 1)
Revision Date Author Comments
# 838951c2 22-Mar-2021 Christoph M. Becker

Fix #80889: amendment

`session_set_save_handler()` may be called with callables instead of an
object; we need to cater to that as well.

We also extract a set_user_save_handler_i

Fix #80889: amendment

`session_set_save_handler()` may be called with callables instead of an
object; we need to cater to that as well.

We also extract a set_user_save_handler_ini() function to avoid code
duplication.

Closes GH-6796.

show more ...