<?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 => 'en',
  ),
  'this' => 
  array (
    0 => 'install.macosx.php',
    1 => 'Installation on macOS',
    2 => 'Installation on macOS',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Installation and Configuration',
  ),
  'prev' => 
  array (
    0 => 'install.unix.solaris.php',
    1 => 'Solaris specific installation tips',
  ),
  'next' => 
  array (
    0 => 'install.macosx.packages.php',
    1 => 'Installation on macOS using third-party packages',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    '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">Installation on macOS</h1>
<h2>Table of Contents</h2><ul class="chunklist chunklist_chapter"><li><a href="install.macosx.packages.php">Installation on macOS using third-party packages</a></li><li><a href="install.macosx.compile.php">Compiling PHP on macOS</a></li><li><a href="install.macosx.bundled.php">Using the bundled PHP prior to macOS Monterey</a></li></ul>

 <p class="simpara">
  PHP was bundled with macOS in versions 10 and 11, but is not included in versions
  since macOS 12 (Monterey). Installation on recent versions either requires using
  packages from third-party sources, or compilation from source.
 </p>
 

 



 

 



 





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