[Bug 252420] 'caching_sha2_password' support missing in PHP port, limits MySQL 8 compatibility
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Mar 26 01:24:38 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252420
--- Comment #27 from Jeffery Telford <echoxxzz at gmail.com> ---
It seems a lot of PHP apps have php-openssl listed as a dependency. So they
will go ahead and install the extension then you'll get that warning message
that openssl is loading twice.
If the warning message annoys you just edit the file
/usr/local/etc/php/ext-20-openssl.ini and comment out the line so it reads:
#extension=openssl.so
Another alternative (and probably better solution) might be to build PHP80 and
remove the --disable-all option. I think that way openssl will build the
extension and not link it statically and PHP will still build with the sha2 and
sha256 plugins (I'm testing this now).
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list