Page MenuHomeFreeBSD

lang/php80: Adding MySQL 8.0 'caching_sha2_password' support in php80
ClosedPublic

Authored by bofh on Mar 29 2021, 9:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 27 2025, 12:44 AM
Unknown Object (File)
Oct 27 2025, 12:43 AM
Unknown Object (File)
Oct 26 2025, 7:14 PM
Unknown Object (File)
Oct 15 2025, 5:34 AM
Unknown Object (File)
Oct 8 2025, 1:06 AM
Unknown Object (File)
Oct 7 2025, 3:04 AM
Unknown Object (File)
Sep 28 2025, 9:09 PM
Unknown Object (File)
Sep 15 2025, 5:21 AM
Subscribers

Details

Reviewers
tz
Summary

This patch adds an OPTION for adding 'caching_sha2_password' (Default Password mechanism in MySQL >= 8.0) in php80. If the OPTION MYSQL80 is selected it will build openssl module with base PHP including mysqlnd. This will also prevent php80-openssl module from being installed in the future. php80-mysqli and php80-pdo_mysql will use mysqlnd.

Test Plan

portmaster --force-config databases/php80-mysqli

Select MYSQL80 in php80 OPTIONS menu.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped