- π―π΅Japan tyler36 Osaka
What is the reason behind not having a lower limit constraint?
- πΊπΈUnited States bradjones1 Digital Nomad Life
What is the reason behind not having a lower limit constraint?
There already is one, however it's not necessarily enforced in the same way (yet.) This is a separate issue, though definitely related in spirit.
- πΊπΈUnited States bradjones1 Digital Nomad Life
And re: #16, tarballs no longer a thing. :-)
- π―π΅Japan tyler36 Osaka
@bradjones1 thanks for the reply
I was hoping to get a minimum PHP restriction in Drupal because it is not appearing in drupal/recommended-project.
This was the closest issue I could find that addressed this.Do you know of the specific issue? If not, I will create one.
- πΊπΈUnited States bradjones1 Digital Nomad Life
- πΊπΈUnited States xjm
FWIW I am a strong -1 on adding any constraint or hard error. It wold huge overhead to have to constantly explicitly re-declare compatibility for new PHP versions that might work just fine, and it would mean sites and downstream would be constantly hard-blocked on us to declare our compatibility. We dropped use Laminas packages in D10 because of exactly that problem -- they declared max constraints on PHP versions and it blocked Drupal from being compatible with new PHP versions even when really everything worked fine.
I'm more "meh" on adding a warning. I still don't like the overhead of having to constantly update a comment so that the installer or status report can say "by the way, Drupal core hasn't fixed all critical/all known compatibility issues with PHP version whatever". Plus, even when core does fix all its known issues with a given PHP version, there's no guarantee that the site's installed contrib will be compatible at all, so that also reduces the usefulness of such a warning.
So, after thinking about it, I'd lean toward wontfix for this issue. I think the status quo of the status report linking the PHP requirements handbook page β is probably good enough, without the downsides that an error or even a warning would have.