EasyDB v1.7.0 Release Notes

Release Date: 2018-10-01 // over 5 years ago
  • Congruent with 2.7.0's changes

    ๐Ÿ”„ Changed the behavior of several public APIs to invoke $this->prepare() instead of $this->pdo->prepare(). This might seem subtle, but in actuality, it allows classes that extend EasyDB to implement prepared statement caching.

    ๐Ÿ‘€ Seeing as PHP 5 is reaching EOL soon, you want v2.x instead of 1.x, but for legacy software this change can make EasyDB more useful.