voku / session2db

:crown: Session2DB - A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
GNU Lesser General Public License v3.0
29 stars 7 forks source link

PHP7 Support #4

Closed millnut closed 8 years ago

millnut commented 8 years ago

Is session2db compatible with PHP7?

voku commented 8 years ago

yes -> https://travis-ci.org/voku/session2db

millnut commented 8 years ago

excellent thanks for confirming