OS: Oracle Linux Server release 8.4 (fresh install)
Issue: php module streams depends on nginx:1.14 module stream. Hence php can't be installed on the system with nginx:1.16 and above.
Steps to reproduce:
Install (or enable) nginx:1.18 module stream: dnf module install nginx:1.18
Try to install php: dnf module install php
Excepted result:
Successful php installation
Actual outcome:
php installation failed with the following error:
Modular dependency problems:
Problem 1: module php:7.2:20190512064024:76554e01-0.x86_64 requires module(nginx:1.14), but none of the providers can be installed
[skipped]
Error: Problems in request:
broken groups or modules: php
Additional information:
Related bug was fixed in upstream - 1708589. For the time being, upstream has only minor, non-blocking issue.