- Issue created by @dieterholvoet
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Is it important to be compatible with a version of PHP that has been out-of-support for over two years?
- π§πͺBelgium dieterholvoet Brussels
No, but like I said in the issue description, this broke an update I was doing. The alternative is setting the minimum supported PHP version in info.yml, but the problem there is that websites on 7.4 will continue to update to the current version, which is broken on 7.4.
- π¨π¦Canada Liam Morland Ontario, CA π¨π¦
Setting status based on π PHP 8 requirement for the latest 3.x version Active .
- Status changed to RTBC
3 days ago 7:05pm 2 June 2025 - πΊπΈUnited States MegaKeegMan
I used this diff to help perform composer updates. I found there was another small fix that I needed in order to fix database updates. Maybe this is a different issue, but leaving an updated patch for now (specifically a patch that allowed me to get to d9 latest on php 7.4 and perform database updates)
When running db updates, my site didn't know how to parse the .../Drupal lines in the .install file, which is what my changes address