EasyDB v2.6.1 Release Notes

Release Date: 2018-05-01 // almost 6 years ago
  • We've stopped the 5to7 approach of releasing v1 branches, due to reasons outlined in the v1.x-legacy branch. To that end, the v2 branch now correctly requires PHP 7. This isn't a BC break since v2 of EasyDB would just syntax error on PHP 5 anyway.

    🐛 Bug fixes:

    • #77: Detect when the
      driver is missing and throw a distinct error message to aid in debugging.