investigating Authentication=SqlPassword issue on appveyor

This commit is contained in:
yitam 2017-05-08 11:18:29 -07:00
parent 7c5b04e5c8
commit 23d0bdc878

View file

@ -6,7 +6,7 @@ Test the Authentication keyword with options SqlPassword and ActiveDirectoryInte
<?php
require_once("autonomous_setup.php");
if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN')
//if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN')
{
$connectionInfo = array( "UID"=>$username, "PWD"=>$password,
"Authentication"=>"SqlPassword", "TrustServerCertificate"=>true );