[Bug 224409] Support multiple php version
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Wed Feb 14 08:12:50 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224409
Guido Falsi <madpilot at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madpilot at FreeBSD.org
--- Comment #3 from Guido Falsi <madpilot at FreeBSD.org> ---
I think there is a misunderstanding here.
FLAVOR support for php means being able to depend on different php versions
when building binary packages, so that we can get different flavors of, for
example, nextcloud depending on php56, php70 and so on.
This has nothing to do with being able to simultaneously install multiple php
versions. You should anyway stick to the one chosen on a single system.
If you really have need for multiple php versions, and are using php-fpm, your
best solution is create multiple jails and install each php version in it's own
jail, where php-fpm runs. At that point you can redirect the scripts to the
correct jails via the web server configuration(which you would need to do
anyway also).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list