Skip to content

3.0.0

Compare
Choose a tag to compare
@stefangabos stefangabos released this 22 Feb 19:49
· 88 commits to master since this release
  • added integration with PDO
  • implemented prepared statemets as mysqli_real_escape_string may not be secure enough when used with PHP < 5.7.6; see this for more information; thanks duckboy81 for suggesting
  • sessions can now be started in read-only mode thus not having to do row locks; see #26; thanks more7dev!
  • session.use_strict_mode is now always enabled by the library automatically; thanks dnanusevski for suggesting
  • session.cookie_secure is now automatically enabled by the library if HTTPS connection is detected; thanks dnanusevski for suggesting
  • fixed issue when using special characters in table name; see #27; thanks more7dev!
  • added option for disabling automatically starting the session; see #28; thanks Nick Muerdter for the pull request!
  • minimum required PHP version has changed from 5.1.0 to 5.5.2