Skip to content

2.5.3

Compare
Choose a tag to compare
@pmjones pmjones released this 02 Aug 18:32
· 4 commits to 2.x since this release
  • ExtendedPdo::bindValue() method now binds PDO::PARAM_BOOL values as string '0' and string '1'; this addresses a not-a-bug-but-still-surprising behavior in PDO; cf. https://bugs.php.net/bug.php?id=49255.

  • Other hygiene fixes to docs, docblocks, etc.