geerlingguy / ansible-role-php

Ansible Role - PHP
https://galaxy.ansible.com/geerlingguy/php/
MIT License
496 stars 441 forks source link

php-json package is not available for PHP >8.0 #323

Closed b0ric closed 3 years ago

b0ric commented 3 years ago

php-json package is no longer necessary for PHP 8.0: reference Because php-json is included in default __php_packages list for Debian-based distributions, installation fails:

E: Package 'php8.0-json' has no installation candidate

Solution: install php{{ php_default_version_debian }}-json package only when php_default_version_debian less than 8.0

stale[bot] commented 3 years ago

This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!

Please read this blog post to see the reasons why I mark issues as stale.

stale[bot] commented 3 years ago

This issue has been closed due to inactivity. If you feel this is in error, please reopen the issue or file a new issue with the relevant details.