<?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 => 'it', ), 'this' => array ( 0 => 'install.macosx.compile.php', 1 => 'Compilare PHP su macOS', ), 'up' => array ( 0 => 'install.macosx.php', 1 => 'Installazione su macOS', ), 'prev' => array ( 0 => 'install.macosx.bundled.php', 1 => 'Using the bundled PHP prior to macOS Monterey', ), 'next' => array ( 0 => 'install.windows.php', 1 => 'Installation on Windows systems', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'it', '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">Compilare PHP su macOS</h2> <p class="simpara"> Utilizzare la <a href="install.unix.php" class="link">guida di installazione di Unix</a> per compilare PHP su macOS. </p> </div><?php manual_footer($setup); ?>