<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/install.macosx.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'install.macosx.compile.php',
    1 => 'Compilar PHP en macOS',
    2 => 'Compilar PHP en macOS',
  ),
  'up' => 
  array (
    0 => 'install.macosx.php',
    1 => 'Instalaci&oacute;n en un sistema macOS',
  ),
  'prev' => 
  array (
    0 => 'install.macosx.packages.php',
    1 => 'Instalaci&oacute;n en macOS utilizando paquetes de terceros',
  ),
  'next' => 
  array (
    0 => 'install.macosx.bundled.php',
    1 => 'Uso de PHP integrado anterior a macOS Monterey',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'install/macos/compile.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="install.macosx.compile" class="sect1">
  <h2 class="title">Compilar PHP en macOS</h2>
  <p class="simpara">
   Consulte el <a href="install.unix.php" class="link">guía de instalación en Unix</a>
   para compilar PHP en macOS.
  </p>
</div><?php manual_footer($setup); ?>