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

Deprecated & Warning - PHP 8.4 #61

Open Sandolution opened 3 months ago

Sandolution commented 3 months ago

When running the ui.php, a lot of deprecated and warnings appear at the top. The UI does work, though.

Running PHP 8.4 with Apache.

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /var/www/html/ui.php on line 14002

Deprecated: Creation of dynamic property Tqdev\PhpCrudUi\Column\SpecificationService::$definition is deprecated in /var/www/html/ui.php on line 13037

Deprecated: Creation of dynamic property Tqdev\PhpCrudUi\Column\SpecificationService::$properties is deprecated in /var/www/html/ui.php on line 13038

Deprecated: Creation of dynamic property Tqdev\PhpCrudApi\OpenApi\OpenApiBuilder::$status is deprecated in /var/www/html/ui.php on line 10417

Warning: http_response_code(): Cannot set response code - headers already sent (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12862

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12865

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/ui.php:14002) in /var/www/html/ui.php on line 12865