Skip to content

Releases: mevdschee/php-crud-api

v2.16.0: Filter on joined data

14 Jun 23:54
d3aa023

Choose a tag to compare

support filters on related tables

v2.15.3: PHP 8.5 support

13 Jun 00:21

Choose a tag to compare

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

13 Jun 00:11

Choose a tag to compare

v2.15.1: PHPStan added

12 Jun 23:24

Choose a tag to compare

v2.15.0: Use phpfilemerger

12 Jun 22:39
fae7db7

Choose a tag to compare

Merge pull request #1045 from mapoub/patch-1

To hide api.php from url

v2.14.30: Maintenance release

15 May 10:37
fae7db7

Choose a tag to compare

Merge pull request #1045 from mapoub/patch-1

To hide api.php from url

v2.14.29: Support multiple installs

12 Oct 06:44

Choose a tag to compare

v2.14.28: Better error message

08 Sep 17:38

Choose a tag to compare

v2.14.27: Fix PHP7 regression

31 Mar 08:16

Choose a tag to compare

Fix PHP7 regression

v2.14.26: Fix Postgres bug

29 Mar 16:11

Choose a tag to compare