From 7b720e1f623eacfc8834c3de7cb2bace24ac7b6d Mon Sep 17 00:00:00 2001 From: David Puglielli Date: Wed, 18 Jul 2018 17:01:54 -0700 Subject: [PATCH] changelog updated, test skipif changed to run on unix platforms --- CHANGELOG.md | 2 +- test/functional/sqlsrv/sqlsrv_connect_encrypted.phpt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d31a03..939a6e23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ Updated PECL release packages. Here is the list of updates: - No support for inout / output params when using sql_variant type - 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+](https://docs.microsoft.com/en-us/sql/connect/odbc/linux-mac/installing-the-microsoft-odbc-driver-for-sql-server?view=sql-server-2017) - - Only Windows Certificate Store and Azure Key Vault are supported. Custom Keystores are not supported + - 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 - [Always Encrypted limitations](https://docs.microsoft.com/en-us/sql/connect/php/using-always-encrypted-php-drivers?view=sql-server-2017#limitations-of-the-php-drivers-when-using-always-encrypted) diff --git a/test/functional/sqlsrv/sqlsrv_connect_encrypted.phpt b/test/functional/sqlsrv/sqlsrv_connect_encrypted.phpt index 5a39140e..e6a5bbb6 100644 --- a/test/functional/sqlsrv/sqlsrv_connect_encrypted.phpt +++ b/test/functional/sqlsrv/sqlsrv_connect_encrypted.phpt @@ -1,7 +1,7 @@ --TEST-- Test new connection keyword ColumnEncryption --SKIPIF-- - + --FILE--