v1: Upgrade Microsoft SQLSRV to 5.13.0 for PHP 8.3 and 8.4#623
Open
chrishanline wants to merge 6 commits intobrefphp:1.xfrom
Open
v1: Upgrade Microsoft SQLSRV to 5.13.0 for PHP 8.3 and 8.4#623chrishanline wants to merge 6 commits intobrefphp:1.xfrom
chrishanline wants to merge 6 commits intobrefphp:1.xfrom
Conversation
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.
Microsoft released SQLSRV 5.13.0 with official support for PHP 8.4 on February 27, 2026: https://github.com/microsoft/msphpsql/releases/tag/v5.13.0
The previously released version
5.12.0did not officially support PHP 8.4. This PR makesSQLSRVavailable to Bref v2 PHP 8.4 for the first time.This PR switches PHP 8.3 and 8.4 to use 5.13.0, while leaving 8.0 on 5.11.0 (last supported), 8.1 and 8.2 on 5.12.0 (last supported).
This PR also bumps to the latest patch release of Microsoft ODBC Driver 17 for SQL Server
17.10.6.1.About the workaround for
openssl-snapsafe-libsAL2 Lambda base images ship
openssl-snapsafe-libsfor SnapStart, but its extras repo isn't included. When installing packages that depend onopenssl-libs(likemsodbcsql17), yum pulls a newer version that conflicts with the pre-installed snapsafe package. The workaround adds the missing repo and upgradesopenssl-snapsafe-libsto a compatible version before installing the driver. This is the AWS-recommended fix.