mevdschee / php-crud-ui

Single file PHP script that adds a UI to a PHP-CRUD-API project
MIT License
123 stars 55 forks source link

Not working with PHP 8 #53

Open vincentsch opened 2 years ago

vincentsch commented 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

mevdschee commented 2 years ago

I think this error is fixed now (in v2.1.7).