You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to update php version to php 8.1 in my webserver but I still have an old slim2 application.
Is there any way to use it with php8?
I tried to run it and I'm facing many fatal errors due to Return type of ArrayAccess mainly in slim\Slim\Middleware\Flash.php and slim\Slim\Helper\Set.php
Thank you for any idea (other than full app refactor :-D )
The text was updated successfully, but these errors were encountered:
Hi, this is not really an issue, just a question.
I need to update php version to php 8.1 in my webserver but I still have an old slim2 application.
Is there any way to use it with php8?
I tried to run it and I'm facing many fatal errors due to Return type of ArrayAccess mainly in slim\Slim\Middleware\Flash.php and slim\Slim\Helper\Set.php
Thank you for any idea (other than full app refactor :-D )
The text was updated successfully, but these errors were encountered: