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

PHP 8.2 throws deprecation notices for two dynamic properties #50

Closed Edydeyemi closed 9 months ago

Edydeyemi commented 9 months ago

I greatly enjoy this library and have been using it for quite a while. I am getting deprecation error notices for two dynamic properties - $session_lock and $security_code. This is quite an easy fix, though.

Thanks for sharing such an awesome library. Merry Christmas

Edydeyemi commented 9 months ago

Sorry, this has already been fixed