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)
Sat, Jun 29, 1:39 AM
Unknown Object (File)
Thu, Jun 27, 6:14 AM
Unknown Object (File)
Sun, Jun 9, 1:26 AM
Unknown Object (File)
May 19 2024, 4:29 AM
Unknown Object (File)
May 12 2024, 11:47 AM
Unknown Object (File)
May 12 2024, 11:47 AM
Unknown Object (File)
May 12 2024, 11:35 AM
Unknown Object (File)
May 3 2024, 3:05 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