Skip to content

addition: Support PHP 8.5#27

Merged
remipelhate merged 10 commits into
mainfrom
change/support-php-8.5
Jun 4, 2026
Merged

addition: Support PHP 8.5#27
remipelhate merged 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
@remipelhate remipelhate force-pushed the change/support-php-8.5 branch from a635afc to f777340 Compare June 4, 2026 07:35
@remipelhate remipelhate force-pushed the change/support-php-8.5 branch from f777340 to 8f542cc Compare June 4, 2026 07:39
@remipelhate remipelhate merged commit dec9c53 into main Jun 4, 2026
6 checks passed
@remipelhate remipelhate deleted the change/support-php-8.5 branch June 4, 2026 07:40
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