See discussion from #3223443-24: [policy, no patch] Process for dealing with EOL PHP versions during the Drupal 10 and future release cycles β on.
\Drupal::MINIMUM_SUPPORTED_PHP
in favor of a methods that returns our best estimate for the given date, based on our release schedule and PHP's known (and predicted) release cycles.Note that this approach only makes sense if we issue a warning on installation (rather than an error) as discussed in #2917655: [9.4.x only] Drop official PHP 7.3 support in Drupal 9.4 β .
TBD
Users on old PHP versions automatically begin seeing new informational messages or warnings on a given date, even if they are not running the latest Drupal minor.
\Drupal::MINIMUM_SUPPORTED_PHP
is deprecated in favor of \Drupal\Core\PhpRequirements::minimumSupportedPhp()
.
Probably none?
The minimum supported PHP version is now set dynamically based on the predicted end-of-life date. After PHP version is no longer supported there will be a warning about unsupported PHP version but this won't prevent running, updating, or installing Drupal.
Fixed
9.4
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.