Support Windows PHP 8.4 build with MSSQL extensions (sqlsrv, pdo_sqlsrv) #740
clevonnoel
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It would be very helpful to have a Windows PHP 8.4 build available with Microsoft SQL Server support enabled.
Specifically, I am looking for a Windows build that includes:
sqlsrvpdo_sqlsrvThis would make NativePHP Desktop more practical for apps that rely on MSSQL in Windows environments.
What I’m trying to do
Build and distribute a NativePHP Desktop app for Windows using PHP 8.4, with backend/database connectivity to Microsoft SQL Server.
Current limitation
At the moment, the available bundled PHP builds for Windows do not appear to include MSSQL support, which blocks packaging apps that depend on:
ext-sqlsrvext-pdo_sqlsrvExpected behaviour
A Windows PHP 8.4 build should be available that supports MSSQL through:
sqlsrvpdo_sqlsrvIdeally this would work the same way as other bundled PHP builds used by NativePHP Desktop, so the app can be built and packaged without needing a custom external PHP runtime.
Why this matters
Many internal business apps and enterprise desktop tools still depend on Microsoft SQL Server.
Having official Windows PHP 8.4 builds with MSSQL support would make NativePHP Desktop a stronger option for these use cases.
Suggested scope
sqlsrvandpdo_sqlsrvEnvironment
Additional note
If official support is not planned, documentation for using a custom Windows PHP 8.4 binary with MSSQL extensions in NativePHP Desktop would still be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions