- 🇳🇿New Zealand jweowu
I'm marking this as a bug and bumping the priority to "major" for the reasons stated in #3328940: Drupal 9.4.x incorrectly reporting PHP 8 as a requirement → :
as Drupal 9 does NOT require PHP 8, telling me that it does is not merely bad information, but furthermore has a major impact of indicating to users that they need to change their hosting when they may have no such need at all (I've marked this issue as "Major" on this basis, because hosting changes can be a major endeavour, and so this is going to cause many people a lot of unnecessary worry).
and:
> we want people to be thinking about moving off PHP 7
That's fine, and I support encouraging people to think about that -- but don't do it by lying to them.
Warn them that PHP 7 is EOL. Tell them that they will need PHP 8 in order to upgrade to Drupal 10 (which they will need to do by date X). Tell them that they need to be planning for this move. Do all of those things; but don't lie to them and tell them that their current version of Drupal needs a newer version of PHP than it actually does (and that, by implication, it is really only working by accident at the moment -- or causing them to wonder whether it even is all working, and spend hours trying to validate all of the functionality).
Please also understand that you're effectively telling PHP 7.4 users that they might break their currently-working web site if they apply a Drupal core security update, because even if their site is accidentally working at present, any new Drupal 9 code might not work correctly in anything other than PHP 8.
Supplying accurate information is important at all times, but never more so than when you're presenting error messages.
- 🇬🇧United Kingdom Finn Lewis
I am trying to run update.php on a site running Drupal 9.5.3 and 7.4.3-4ubuntu2.17
It seems that the PHP version warning is preventing me running update.php.
I am seeing this message on a Drupal
Warnings found
PHP
7.4.3-4ubuntu2.17
Your PHP installation is too old. Drupal requires at least PHP 8.0. It is recommended to upgrade to PHP version 8.1.6 or higher for the best ongoing support. See PHP's version support documentation and the Drupal PHP requirements page for more information.And then below, just
Check the messages and try again.
It doesn't look like there are any other warnings or errors, so it seems this is blocking running update.php.
- 🇬🇧United Kingdom catch
This should only be a warning on update, and update.php should allow you to continue despite warnings.
@Finn Lewis Have you actually tried clicking the 'try again' link? That should take you to the next page if only warnings are shown on the first one. The fact it doesn't inform you about this seems like a usability issue we could open a separate issue for, since it doesn't only result due to PHP version.
I think it would be fine to show a warning instead of error on runtime too. The main place we wanted an error was on install, precisely because it's harder to migrate hosting once you have a site installed, by showing an error on install, people can sort things out before they have a database and files to worry about.
- 🇫🇷France prudloff Lille
prudloff → changed the visibility of the branch 3324058-add-a-way to hidden.
- 🇫🇷France prudloff Lille
Looking back at this, I agree that special cases like this should not be added to core. It could lead to users running unsecure PHP versions or being unable to apply security updates.
If you are sure your PHP version is maintained, you can alter the error with hook_requirements_alter().