Releases: mevdschee/php-crud-api
Releases · mevdschee/php-crud-api
v2.16.0: Filter on joined data
v2.15.3: PHP 8.5 support
Fixes the PDO::MYSQL_ATTR_FOUND_ROWS deprecation 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: Debian 13 added
update
v2.15.1: PHPStan added
update
v2.15.0: Use phpfilemerger
Merge pull request #1045 from mapoub/patch-1 To hide api.php from url
v2.14.30: Maintenance release
Merge pull request #1045 from mapoub/patch-1 To hide api.php from url
v2.14.29: Support multiple installs
v2.14.28: Better error message
v2.14.27: Fix PHP7 regression
Fix PHP7 regression
v2.14.26: Fix Postgres bug
fix for #1028