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.unix.fhttpd.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/install.unix.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'install.unix.fhttpd.php',
   
1 => 'fhttpd related notes',
  ),
 
'up' =>
  array (
   
0 => 'install.unix.php',
   
1 => 'Installation on Unix systems',
  ),
 
'prev' =>
  array (
   
0 => 'install.unix.caudium.php',
   
1 => 'Caudium',
  ),
 
'next' =>
  array (
   
0 => 'install.unix.sun.php',
   
1 => 'Sun, iPlanet and Netscape servers on Sun Solaris',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="install.unix.fhttpd" class="sect1">
   <h2 class="title"><span class="productname">fhttpd</span> related notes</h2>
   <p class="para">
    To build PHP as an <span class="productname">fhttpd</span> module,
    answer <i>&quot;yes&quot;</i> to <i>&quot;Build as an
    fhttpd module?&quot;</i> (the <a href="configure.about.php#configure.with-fhttpd" class="link">
    --with-fhttpd</a>=<span class="replaceable">DIR</span>
    option to configure) and specify the <span class="productname">fhttpd</span> source base
    directory.  The default directory is <var class="filename">/usr/local/src/fhttpd</var>. If you are
    running <span class="productname">fhttpd</span>, building PHP as a module will give better
    performance, more control and remote execution capability.
   </p>
   <blockquote><p><b class="note">Note</b>:
    <span class="simpara">
     Support for <span class="productname">fhttpd</span> is no longer available as of PHP 4.3.0.
    </span>
   </p></blockquote>
  </div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites