- Issue created by @andypost
- Merge request !12952Issue #3540646 by andypost: Fix deprecated readdir() without argument for PHP 8.5 β (Closed) created by andypost
- πͺπΈSpain penyaskito Seville π, Spain πͺπΈ, UTC+2 πͺπΊ
This argument is nullable (and exists) since 8.0.0. So based on https://www.drupal.org/docs/getting-started/system-requirements/php-requ... β , I think this is good to merge. Existing test coverage should be enough, as @andypost proved this fails on php5. I don't think we have a way (yet) of proving this passes tho.
I'm assuming we want this backported to 11.2.x.
I checked that we don't need this specific fix for 10.5.x, but didn't check if there are any other readdir(), rewinddir(), and closedir() usages in that branch. I don't even know if supporting 10.5.x means we should ensure it works with php85
- π¬π§United Kingdom alexpott πͺπΊπ
Committed and pushed 6c0071f6725 to 11.x and de03f6e2853 to 11.2.x. Thanks!
-
alexpott β
committed de03f6e2 on 11.2.x
Issue #3540646 by andypost, penyaskito: Fix deprecated readdir() without...
-
alexpott β
committed de03f6e2 on 11.2.x
-
alexpott β
committed 6c0071f6 on 11.x
Issue #3540646 by andypost, penyaskito: Fix deprecated readdir() without...
-
alexpott β
committed 6c0071f6 on 11.x