msphpsql icon indicating copy to clipboard operation
msphpsql copied to clipboard

Microsoft Drivers for PHP for SQL Server

Results 81 msphpsql issues
Sort by recently updated
recently updated
newest added

**PHP version** 8.0 **PHP SQLSRV or PDO_SQLSRV version** pdo_sqlsrv = 5.10.1 sqlsrv = 5.10.1 **Microsoft ODBC Driver version** ODBC Driver 17 **Problem description** I have the next error: [Microsoft][ODBC Driver...

Regresssion tests: Use the same Statement to insert a row with short strings first, and longer strings second. - Issue also happens with VARCHAR( >=4002 ). Not just Max or...

## System details: - PHP: 7.4 - 8.1 - pdo_sqlsrv: 5.10.0 - SQL Server: latest docker image mcr.microsoft.com/mssql/server - OS: Windows & linux ## Table schema ``` CREATE TABLE [rate]...

**PHP version** 7.4.21 **PHP SQLSRV or PDO_SQLSRV version** pdo_srlsrv 5.10.0 sqlrv 5.10.0 **Microsoft ODBC Driver version** msodbcsql `17 17.9.1.1-1` amd64 ODBC Driver for Microsoft(R) SQL Server(R) **SQL Server version** 15.0.4198.2...

Hi I have regression. On 5.9.0 simple query returns all 2503 rows, on 5.10.0 it returns only part of data (for * 1136, for id column only 2503, for some...

**PHP version** 8.0.19 (also reproduced on 7.4.30) **PHP SQLSRV or PDO_SQLSRV version** pdo_sqlsrv 5.10.1 **Microsoft ODBC Driver version** unixODBC 2.3.7 [ODBC Driver 17 for SQL Server] **SQL Server version** Microsoft...

PHP 8.1.7 (cli) (built: Jun 25 2022 08:12:59) (NTS) Not sure the version. I ran sudo pecl install sqlsrv sudo pecl install pdo_sqlsrv Instructions from "https://docs.microsoft.com/en-us/sql/connect/php/installation-tutorial-linux-mac?view=sql-server-ver16" Linux Mint 20.3 Error...

Hi there, we have a cloud project arm64/aarch64 based We can't use x86 arch. We must use new arm. we tried this script to force install correctly driver for arm,...

feature request
Linux