Problem/Motivation
Starting with 29a77e8c6eb7db15c3bc73c66c8f003b6960cee3, the minimum requirements of this module was raised to PHP 7.3, however this isn't captured in the composer.json. The minimum requirements of 8.8.0 (which is the lowest version of Drupal core supported at this version of DS) is php >=7.0.8.
PHP Documentation shows that the array assignment equivalent of list() was added in 7.3...
I know that <=7.2 is End of Life making this a minor bug, but some hosting situations still haven't caught up, and I feel like having this documented is better than the alternative.
Error message for searchability
ParseError: syntax error, unexpected '=' in /app/web/modules/contrib/ds/ds.module on line 540
Issue fork ds-3203249
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
generalredneckSaw the "Not Currently Mergeable" and got confused... sorry about all the noise. This should be ready for review.
Comment #4
swentel commentedOh crap, it wasn't intentional to break older PHP versions, will commit in the morning and release, thanks for the catch!
First pull request too, hope that goes well ... :)
Comment #5
swentel commentedMoving to critical so I really don't forget.
Comment #7
swentel commentedmerged, thanks!
Will do a new release after I get #3200938: Error on "Manage display" for entity without bundle: The "" entity type does not exist in as well.