зеркало из https://github.com/microsoft/msphpsql.git
14 строки
302 B
PHP
14 строки
302 B
PHP
<?php
|
|
if (!extension_loaded("pdo_sqlsrv")) {
|
|
die("skip Extension not loaded");
|
|
}
|
|
require 'MsSetup.inc';
|
|
if ($daasMode) {
|
|
die("skip test not applicable in Azure\n");
|
|
}
|
|
|
|
require_once('MsCommon_mid-refactor.inc');
|
|
if (isServerHGSEnabled()) {
|
|
die("skip test not applicable in Azure VM\n");
|
|
}
|
|
?>
|