<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'install.macosx.php',
    1 => 'Installation unter macOS',
    2 => 'Installation unter macOS',
  ),
  'up' => 
  array (
    0 => 'install.php',
    1 => 'Installation und Konfiguration',
  ),
  'prev' => 
  array (
    0 => 'install.unix.solaris.php',
    1 => 'Solaris-spezifische Tipps f&uuml;r die Installation',
  ),
  'next' => 
  array (
    0 => 'install.macosx.packages.php',
    1 => 'Installation unter macOS mit Paketen von Drittanbietern',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    '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 unter macOS</h1>
<h2>Inhaltsverzeichnis</h2><ul class="chunklist chunklist_chapter"><li><a href="install.macosx.packages.php">Installation unter macOS mit Paketen von Drittanbietern</a></li><li><a href="install.macosx.compile.php">Kompilieren von PHP unter macOS</a></li><li><a href="install.macosx.bundled.php">Verwendung des mitgelieferten PHP vor macOS Monterey</a></li></ul>

 <p class="simpara">
  PHP war in den macOS-Versionen 10 und 11 enthalten, ist jedoch seit macOS 12
  (Monterey) nicht mehr dabei. Für die Installation auf neueren Versionen
  müssen entweder Pakete von Drittanbietern verwendet oder der Quellcode
  kompiliert werden.
 </p>
 



 



 



 



 








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