Date: Sat, 20 Feb 2021 00:30:18 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 252420] 'caching_sha2_password' support missing in PHP port, limits MySQL 8 compatibility Message-ID: <bug-252420-7788-BaFQnPNYAs@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-252420-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-252420-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252420 --- Comment #6 from Markus Kohlmeyer <rootservice@gmail.com> --- According to PHP Bugtrcker all known related bugs should be fixed since 7.4= .2 (Feb 2020): https://bugs.php.net/bug.php?id=3D79011 https://bugs.php.net/bug.php?id=3D76243 https://bugs.php.net/bug.php?id=3D78981 So even mysqlnd should be able to use caching_sha2_password since 7.4.2. I suggested using the native mysqllib as opposed to mysqlnd, as mysqllib co= mes directly from MySQL and does not have nor had the PHP bugs. And when mysqllib fails, then every other MySQL-Client inclusive MySQLs own= one fails and any related bug would be fixed asap by Oracle. It's always better to use an original than an imitation... To answer your question: No, currently i don't have a spare system to test this, but as i wrote above, Oracle would put such bugs on highest (very fir= st) priority as it would effect every single installation out there, not only s= ome crappy third-party client-implementations. And yes, openssl should be the only (and mandatory) ssl-library to link aga= inst (both PHP and MySQL). openssl from base is enough. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252420-7788-BaFQnPNYAs>