v5.7.1-preview
版本发布时间: 2019-12-04 04:01:22
microsoft/msphpsql最新发布版本:v5.11.0(2023-03-07 09:58:04)
We are pleased to announce the next preview release for the Microsoft PHP Drivers for SQL Server, version 5.7.1-preview. This preview release has been built with PHP 7.2+ and tested on all supported platforms.
Notable items about this release include:
Added
- Support for PHP 7.4
- Support for Red Hat 8 and macOS Catalina (10.15)
- Feature Request #1018 - support for PHP extended string types - Pull Request #1043
- Always Encrypted with secure enclaves, which requires MS ODBC Driver 17.4+ and SQL Server 2019
Removed
- Dropped support for PHP 7.1
Fixed
- Issue #1027 - Fixed how drivers handle query timeout settings
- Pull Request #1049 - performance improvement for fetching from tables with many columns - cached the derived php types with column metadata to streamline data retrieval
Limitations
- No support for inout / output params when using sql_variant type
- No support for inout / output params when formatting decimal values
- In Linux and macOS, setlocale() only takes effect if it is invoked before the first connection. Attempting to set the locale after connecting will not work
- Always Encrypted requires MS ODBC Driver 17+
- Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not yet supported
- Issue #716 - With Always Encrypted enabled, named parameters in subqueries are not supported
- Issue #1050 - With Always Encrypted enabled, insertion requires the column list for any tables with identity columns
- Always Encrypted limitations
Known Issues
- Data Classification metadata retrieval requires ODBC Driver 17.4.2.1+ and SQL Server 2019
- Connection pooling on Linux or macOS is not recommended with unixODBC < 2.3.7
- When pooling is enabled in Linux or macOS
- unixODBC <= 2.3.4 (Linux and macOS) might not return proper diagnostic information, such as error messages, warnings and informative messages
- due to this unixODBC bug, fetch large data (such as xml, binary) as streams as a workaround. See the examples here
Survey
Let us know how we are doing and how you use our drivers by taking our pulse survey:
Install
- On Linux and macOS run the commands below:
sudo pecl install sqlsrv-5.7.1preview
sudo pecl install pdo_sqlsrv-5.7.1preview
- To download Windows DLLs for PHP 7.2 or above from the PECL repository, please navigate to SQLSRV or PDO_SQLSRV.
1、 CentOS7-7.2.tar 1.51MB
2、 CentOS7-7.3.tar 1.51MB
3、 CentOS7-7.4.tar 1.51MB
4、 CentOS8-7.2.tar 1.55MB
5、 CentOS8-7.3.tar 1.55MB
6、 CentOS8-7.4.tar 1.55MB
7、 Debian10-7.2.tar 1.57MB
8、 Debian10-7.3.tar 1.56MB
9、 Debian10-7.4.tar 1.56MB
10、 Debian8-7.2.tar 1.51MB
11、 Debian8-7.3.tar 1.51MB
12、 Debian8-7.4.tar 1.5MB
13、 Debian9-7.2.tar 1.49MB
14、 Debian9-7.3.tar 1.48MB
15、 Debian9-7.4.tar 1.48MB
16、 Mac-7.2.tar 1.38MB
17、 Mac-7.3.tar 1.38MB
18、 Mac-7.4.tar 1.38MB
19、 Suse15-7.2.tar 1.52MB
20、 Suse15-7.3.tar 1.52MB
21、 Suse15-7.4.tar 1.52MB
22、 Ubuntu1604-7.2.tar 1.49MB
23、 Ubuntu1604-7.3.tar 1.49MB
24、 Ubuntu1604-7.4.tar 1.48MB
25、 Ubuntu1804-7.2.tar 1.5MB
26、 Ubuntu1804-7.3.tar 1.5MB
27、 Ubuntu1804-7.4.tar 1.5MB
28、 Ubuntu1904-7.2.tar 1.57MB
29、 Ubuntu1904-7.3.tar 1.56MB
30、 Ubuntu1904-7.4.tar 1.56MB
31、 Windows-7.2.zip 836.59KB
32、 Windows-7.3.zip 834.75KB
33、 Windows-7.4.zip 834.01KB