feat: add fileinfo, pdo, pdo_mysql, pdo_pgsql, simplexml to all PHP versions#112
Merged
jorge07 merged 1 commit intojorge07:masterfrom Feb 22, 2026
Merged
Conversation
…implexml Added to all four PHP versions (8.1/3.19, 8.2/3.21, 8.3/3.21, 8.4/edge): fileinfo — required by many frameworks (Laravel, Symfony) for MIME detection pdo — base PDO interface, prerequisite for pdo_mysql / pdo_pgsql pdo_mysql — MySQL/MariaDB PDO driver pdo_pgsql — PostgreSQL PDO driver simplexml — XML parsing; implicit dependency of several packages Build-tested locally (8.3/alpine:3.21). Package existence verified in Alpine 3.19 (8.1) and 3.21 (8.2, 8.3) repos before adding. 8.4 uses same community repo on edge — packages confirmed present. Closes jorge07#102 (partial — extensions item)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #102 (extensions item)
What
Adds four commonly required extensions missing from all PHP images:
fileinfopdopdo_mysql/pdo_pgsqlpdo_mysqlpdo_pgsqlsimplexmlScope
All four PHP versions: 8.1 (alpine:3.19), 8.2 (alpine:3.21), 8.3 (alpine:3.21), 8.4 (alpine:edge).
Verification
Package existence confirmed in Alpine repos before adding:
Build-tested locally (8.3 main stage):