All Versions
92
Latest Version
Avg Release Cycle
91 days
Latest Release
3 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.15.3 Changes
June 13, 2026Fixes the
PDO::MYSQL_ATTR_FOUND_ROWSdeprecation on PHP 8.5.The constant is deprecated since PHP 8.5 in favor of
Pdo\Mysql::ATTR_FOUND_ROWS(available as of PHP 8.4). The notice was being written into the response body and breaking JSON output for MySQL connections. The code now uses the new constant when it exists and falls back to the old one on older PHP versions, so PHP 7.0+ stays supported.Reported in #1070.
-
v2.15.2
June 13, 2026 -
v2.15.1
June 12, 2026 -
v2.15.0
June 12, 2026 -
v2.14.30
May 15, 2025 -
v2.14.29 Changes
October 12, 2024👀 See #1044
-
v2.14.28 Changes
September 08, 2024👀 See #971
-
v2.14.27 Changes
March 31, 2024🛠Fix PHP7 regression
-
v2.14.26 Changes
March 29, 2024🛠fix for #1028
 -
v2.14.25
August 15, 2023