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#57068 - [php71] php-apcu API versions mismatch
Attached to Project:
Community Packages
Opened by Denis Speranskiy (Speranskiy) - Friday, 12 January 2018, 11:01 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 15 March 2018, 12:24 GMT
Opened by Denis Speranskiy (Speranskiy) - Friday, 12 January 2018, 11:01 GMT
Last edited by Sergej Pupykin (sergej) - Thursday, 15 March 2018, 12:24 GMT
|
DetailsWith php71 php-apcu is not able to be used.
``` PHP Warning: PHP Startup: apcu: Unable to initialize module Module compiled with module API=20170718 PHP compiled with module API=20160303 ``` I suppose either php71 or php-apcu must be recompiled. |
This task depends upon
Closed by Sergej Pupykin (sergej)
Thursday, 15 March 2018, 12:24 GMT
Reason for closing: Fixed
Additional comments about closing: php71 removed
Thursday, 15 March 2018, 12:24 GMT
Reason for closing: Fixed
Additional comments about closing: php71 removed
Split packages that strictly depend on each other should probably do what e.g. the gcc package does and depend on $pkgbase=$pkgver-$pkrel
I'll assign the php7.1 packager. Would also be nice to document why we package old versions; e.g. I am not aware of major incompatibilities between 7.1 and 7.2.
FS#56553andFS#56628I know this wont help users but in these cases upstream is really to blame.
For example I still use php56 from aur because of updating many sites take too much time. It is easier to use php56 (it is supported until the end of 2018 so web developers have at least 11 months to update their sites).