Upgrade Microsoft SQLSRV to 5.13.0beta1 for PHP 8.4 #623
+3
−1
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.0beta1 with official support for PHP 8.4 on January 30, 2026: https://github.com/microsoft/msphpsql/releases/tag/v5.13.0-beta1
The current released version
5.12.0does not officially support PHP 8.4.This PR switches PHP 8.4 to use the release 5.13.0beta1, while leaving 8.0 on 5.11.0 (last supported) and 8.1, 8.2, and 8.3 on 5.12.0. 5.13.0 will support 8.2 and 8.3, and we should upgrade to it when the non-beta is released.
This PR also bumps to the latest patch release of Microsoft ODBC Driver 17 for SQL Server
17.10.6.1.