Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#69603 - [php7] Add provides php
Attached to Project:
Arch Linux
Opened by Kauron (kauron) - Tuesday, 09 February 2021, 20:15 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 30 March 2021, 12:40 GMT
Opened by Kauron (kauron) - Tuesday, 09 February 2021, 20:15 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 30 March 2021, 12:40 GMT
|
DetailsIs it feasible to add the metadata provides: php to this package? AUR packages that require php7 will use php<8, php>=7, which does not include this package.
I understand that the main packages should not change for the AUR, but in this case, I believe this is the best course of action. The alternative would be for AUR packagers to set php7 as a dependency instead of using versions of php. This excludes users with previous versions of php (which are available in the AUR, all tagged with provides: php), and forces them to use the php7 package instead of their preferred version. |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Tuesday, 30 March 2021, 12:40 GMT
Reason for closing: Won't implement
Additional comments about closing: Arch Devs are not responsible for AUR packages. php7 will be removed from the repos as fast as possible again.
Tuesday, 30 March 2021, 12:40 GMT
Reason for closing: Won't implement
Additional comments about closing: Arch Devs are not responsible for AUR packages. php7 will be removed from the repos as fast as possible again.
The bigger problem here is that php7 is not a suitable provider of php, since it doesn't have /usr/bin/php or /etc/php/ but instead versions the file/directory names with a "7". So users need to invoke/configure it differently.