Skip to content

2.13.0

Choose a tag to compare

@stefangabos stefangabos released this 28 Aug 12:55
· 11 commits to master since this release
  • added support for the flags argument in the connect method.
  • in support of the newly added argument, a new property was added - ssl_options. setting this argument and using MYSQLI_CLIENT_SSL in the flags argument of the connect method will allow you to use SSL (encryption); see #90; thanks Sisytec for reporting!
  • fixed broken AJAX requests debugging