lando / drupal

The Official Drupal Lando plugin
https://docs.lando.dev/drupal
GNU General Public License v3.0
15 stars 16 forks source link

why are you ruining php 7.4? #50

Closed wp-coin closed 9 months ago

wp-coin commented 1 year ago

this php version has been deprecated and is no longer recommended

pfrenssen commented 10 months ago

It's so that people can still work on legacy projects that need to run on old PHP versions for various reasons that might be outside of the developer's control.

I'm sure you can imagine the hundreds of thousands of sites out there still running Drupal 6 or Drupal 7 on ancient servers with no chance to get a PHP update pushed through because the customer doesn't care or doesn't have the knowledge or resources to do that.

Thanks to the wonders of running PHP in a containerized setup like Lando, developers can still maintain these sites easily on their modern machines.

AaronFeledy commented 9 months ago

Exactly right, @pfrenssen