stefangabos / Zebra_Session

A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
https://stefangabos.github.io/Zebra_Session/Zebra_Session/Zebra_Session.html
Other
172 stars 85 forks source link

session_set_save_handler signature changing in PHP 8.4 #49

Closed joebordes closed 1 month ago

joebordes commented 11 months ago

FYI https://wiki.php.net/rfc/deprecate_functions_with_overloaded_signatures#session_set_save_handler

stefangabos commented 11 months ago

thanks for the heads up! i will look into it