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)
Sun, May 12, 11:47 AM
Unknown Object (File)
Sun, May 12, 11:47 AM
Unknown Object (File)
Sun, May 12, 11:35 AM
Unknown Object (File)
Fri, May 3, 3:05 AM
Unknown Object (File)
Mon, Apr 29, 7:31 AM
Unknown Object (File)
Fri, Apr 26, 6:54 AM
Unknown Object (File)
Thu, Apr 25, 7:11 AM
Unknown Object (File)
Sun, Apr 21, 8:35 PM
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