<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'sqlsrv.requirements.php',
    1 => '要件',
    2 => '要件',
  ),
  'up' => 
  array (
    0 => 'sqlsrv.setup.php',
    1 => 'インストール/設定',
  ),
  'prev' => 
  array (
    0 => 'sqlsrv.setup.php',
    1 => 'インストール/設定',
  ),
  'next' => 
  array (
    0 => 'sqlsrv.installation.php',
    1 => 'インストール手順',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/sqlsrv/setup.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="sqlsrv.requirements" class="section">
  <h2 class="title">要件</h2>
  <p class="para">
   The SQLSRV extension can be used on the following operating systems:
   <ul class="simplelist">
    <li>Windows Vista Service Pack 2 or later</li>
    <li>Windows Server 2008 Service Pack 2 or later</li>
    <li>Windows Server 2008 R2</li>
    <li>Windows 7</li>
   </ul>
  </p>
  <p class="para">
   The SQLSRV extension requires that the Microsoft SQL Server 2012 Native
   Client be installed on the same computer that is running PHP. If the Microsoft
   SQL Server 2012 Native Client is not already installed, click the appropriate link below
   to download it:
  <ul class="simplelist">
    <li><a href="http://go.microsoft.com/fwlink/?LinkID=239647" class="link external">&raquo;&nbsp;Download the x86 package</a></li>
    <li><a href="http://go.microsoft.com/fwlink/?LinkID=239648" class="link external">&raquo;&nbsp;Download the x64 package</a></li>
   </ul>
  </p>
  <p class="simpara">
   The SQLSRV download comes 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>
 </div><?php manual_footer($setup); ?>