Skip to content

addition: Support PHP 8.5#27

Open
remipelhate wants to merge 10 commits into
mainfrom
change/support-php-8.5
Open

addition: Support PHP 8.5#27
remipelhate wants to merge 10 commits into
mainfrom
change/support-php-8.5

Conversation

@remipelhate
Copy link
Copy Markdown
Member

No description provided.

shivammathur/setup-php installs and enables the pdo_mysql extension by default. Because the extension is loaded, the check evaluates to true. PHP then reads the PDO::MYSQL_ATTR_SSL_CA constant to build the array, which immediately triggers the PHP 8.5 deprecation warning in the CI.

This does not happen locally as the local Docker image does not enable the extension. We don’t use it either, so we should not enable it anywhere.
@remipelhate remipelhate marked this pull request as ready for review June 4, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant