[Bug 231486] www/mod_php56 should be upgraded to www/mod_php71 after "pkg upgrade -a"
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Sep 22 21:00:34 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231486
--- Comment #2 from Marcin Cieślak <saper at saper.info> ---
Hi Torsten
I read the UPDATING notice that informed me about php default version switch
and this is fine.
The problem is (as I see it) that wordpress says it needs both some PHP modules
and the webserver module:
USES= php:web cpe
USE_PHP= curl gd hash mysqli pcre tokenizer xml zip zlib ftp
and we let "curl gd hash ..." modules to update, but the former stays as it
was.
If I read properly, the dependency is based on the current PHP_VER:
RUN_DEPENDS+=
${PHPBASE}/${APACHEMODDIR}/libphp${PHP_VER:C/.$//}.so:${MOD_PHP_PORT}
so for ports it wouldn't be a problem.
Maybe it is the problem with pkg not understanding the above?
It's definitely a POLA violation (my opinion only), and UPDATING entry does not
mention this issue specifically.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list