Version 1.7.0
paragonie-scott
released this
01 Oct 16:57
·
133 commits
to master
since this release
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.