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)
Wed, May 6, 1:24 AM
Unknown Object (File)
Thu, Apr 30, 3:22 PM
Unknown Object (File)
Mon, Apr 27, 2:09 PM
Unknown Object (File)
Thu, Apr 23, 8:14 PM
Unknown Object (File)
Sun, Apr 19, 1:34 PM
Unknown Object (File)
Fri, Apr 17, 3:08 AM
Unknown Object (File)
Apr 6 2026, 10:37 AM
Unknown Object (File)
Apr 2 2026, 4:59 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