downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

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&#039;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">&raquo; 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">&raquo; 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">&raquo; http://fink.sourceforge.net/</a>
     </span>
    </li>
   </ul><p>
  </p>
 </div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites