<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'install.macosx.php',
    1 => 'macOS へのインストール',
    2 => 'macOS へのインストール',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'インストールと設定',
  ),
  'prev' => 
  array (
    0 => 'install.unix.solaris.php',
    1 => 'Solaris へのインストール',
  ),
  'next' => 
  array (
    0 => 'install.macosx.packages.php',
    1 => 'サードパーティパッケージによる macOS へのインストール',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'install/macos/index.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/install.macosx.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.macosx" class="chapter">
  <h1 class="title">macOS へのインストール</h1>
<h2>目次</h2><ul class="chunklist chunklist_chapter"><li><a href="install.macosx.packages.php">サードパーティパッケージによる macOS へのインストール</a></li><li><a href="install.macosx.compile.php">macOS 上での PHP のコンパイル</a></li><li><a href="install.macosx.bundled.php">macOS Monterey より前のバージョンにバンドルされている、PHP の使用法</a></li></ul>

  <p class="simpara">
   PHP は macOS バージョン10 および 11 に標準添付されていましたが、
   macOS Monterey (12.0.0) 以降には含まれていません。
   最近のバージョンにインストールするには、サードパーティーのパッケージを使用するか、
   ソースコードからコンパイルする必要があります。
  </p>
  








  


 



  






 </div>
<?php manual_footer($setup); ?>