skip to Main Content

Does usort() behave differently in php 8.2.0 vs php 7.4.33?

I have an associate array like this: $all_works = [ ["title"=>"A Children’s Story", "year"=>"2024"], ["title"=>"Occurred during the Day", "year"=>"2021"], ["title"=>"Future and Past", "year"=>"2021"], ["title"=>"Future and History", "year"=>"2020"], ["title"=>"Open the School, Close the Studio", "year"=>"2023"], ["title"=>"To Reconstruct, To Rebuild", "year"=>"2024"], ["title"=>"Eyeglasses,…

VIEW QUESTION

Symfony SessionHandler Warning – PHP

when I try to run a especifical project on my computer, symfony show me this error: Warning: SessionHandler::read(): open(/opt/alt/php74/var/lib/php/sessionsess_rt7p5374uhjagiperqv83aej38, O_RDWR) failed: No such file or directory (2) I'm use symfony 5.4 and PHP 8

VIEW QUESTION
Back To Top
Search