Open vincentsch opened 2 years ago
With PHP 8.0.13 (cli) I keep getting this error:
Declaration of Tqdev\PhpCrudApi\Database\LazyPdo::query(string $statement): PDOStatement must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) in /home/ubuntu/contentmachine/ui.php on line 6994
Works fine when I switch to PHP 7.2
I think this error is fixed now (in v2.1.7).
With PHP 8.0.13 (cli) I keep getting this error:
Declaration of Tqdev\PhpCrudApi\Database\LazyPdo::query(string $statement): PDOStatement must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) in /home/ubuntu/contentmachine/ui.php on line 6994
Works fine when I switch to PHP 7.2