[Bug 252420] 'caching_sha2_password' support missing in PHP port, limits MySQL 8 compatibility
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 23 10:57:24 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252420
--- Comment #14 from Torsten Zuehlsdorff <tz at freebsd.org> ---
Relying on base OpenSSL will break:
* All system with LibreSSL and other SSL Implementations (there are quite a
lot)
* Will break PHP when the required OpenSSL version is newer than the one from
base (which happens already multiple times)
* Will break when user prefer to use OpenSSL from ports instead from base
[I already tried this with 7.4 and it flooded my mailbox with complaints :D]
Making this a default will also increase system-requirements and import a new
security vector (aka more issues).
While PHP+MySQL is a very common combination it's not the only one. There are
so many setups that use other databases or none at all. I for example haven't
installed MySQL for more than 10 years and work with big databases on a daily
routine.
So it's not a simple "just add the dependency and move on". And because of the
complex and different usage scenarios, the comparison to many other ports does
not work out.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list