Source of: /manual/en/install.macosx.packages.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'install.macosx.packages.php',
1 => 'Using Packages',
),
'up' =>
array (
0 => 'install.macosx.php',
1 => 'Installation on Mac OS X',
),
'prev' =>
array (
0 => 'install.macosx.php',
1 => 'Installation on Mac OS X',
),
'next' =>
array (
0 => 'install.macosx.bundled.php',
1 => 'Using the bundled PHP',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<div id="install.macosx.packages" class="sect1">
<h2 class="title">Using Packages</h2>
<p class="simpara">
There are a few pre-packaged and pre-compiled versions of PHP for
Mac OS X. This can help in setting up a standard
configuration, but if you need to have a different set of features
(such as a secure server, or a different database driver), you may
need to build PHP and/or your web server yourself. If you are unfamiliar
with building and compiling your own software, it's worth
checking whether somebody has already built a packaged
version of PHP with the features you need.
</p>
<p class="simpara">
The following resources offer easy to install packages and
precompiled binaries for PHP on Mac OS:
</p>
<p class="para">
</p><ul class="itemizedlist">
<li class="listitem">
<span class="simpara">
MacPorts:
<a href="http://www.macports.org/" class="link external">» http://www.macports.org/</a>
</span>
</li>
<li class="listitem">
<span class="simpara">
Entropy:
<a href="http://www.entropy.ch/software/macosx/php/" class="link external">» http://www.entropy.ch/software/macosx/php/</a>
</span>
</li>
<li class="listitem">
<span class="simpara">
Fink:
<a href="http://fink.sourceforge.net/" class="link external">» http://fink.sourceforge.net/</a>
</span>
</li>
</ul><p>
</p>
</div><?php manual_footer(); ?>