I have to upgrade to PHP 8.4, but it doesn’t look like mssqlnative is supported.
How can I use PHPGrid with newer versions of PHP, with an MS SQL Server?
Thanks
Mike
1 Answers
Yes, so far php8.4 driver of mssqlnative is not released by microsoft.
https://learn.microsoft.com/en-us/answers/questions/2148752/sql-drivers-for-php-8-4
You can upgrade to php8.3 instead of 8.4 as it\’s widely supported now. php8.4 will take some more time to settle with other drivers.
Your Answer