<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/sqlsrv.setup.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.installation.php',
    1 => 'Installazione',
    2 => 'Installazione',
  ),
  'up' => 
  array (
    0 => 'sqlsrv.setup.php',
    1 => 'Installazione/Configurazione',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.requirements.php',
    1 => 'Requisiti',
  ),
  'next' => 
  array (
    0 => 'sqlsrv.configuration.php',
    1 => 'Configurazione di Runtime',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/sqlsrv/configure.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlsrv.installation" class="section">
 <h2 class="title">Installazione</h2>
 <p class="simpara">
  The SQLSRV extension is enabled by adding appropriate DLL file to your PHP
  extension directory and the corresponding entry to the <var class="filename">php.ini</var> file. The SQLSRV
  download comes with 8 driver files, four of which are for PDO support.
 </p>
 <p class="simpara">
  The most recent version of the driver is available for download here:
  <a href="http://msdn.microsoft.com/en-us/sqlserver/ff657782.aspx" class="link external">&raquo;&nbsp;SQLSRV download</a>.
 </p>
 <p class="simpara">
  For more information about SQLSRV requirements, see
  <a href="http://msdn.microsoft.com/en-us/library/cc296170.aspx" class="link external">&raquo;&nbsp;SQLSRV System Requirements</a>.
 </p>
 <p class="simpara">
  Since version 4.0 the SQLSRV extension is compatible only with PHP 7.0 running on Linux or Windows.
 </p>
</div><?php manual_footer($setup); ?>