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.hpux.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.hpux.php',
   
1 => 'HP-UX specific installation notes',
  ),
 
'up' =>
  array (
   
0 => 'install.unix.php',
   
1 => 'Installation on Unix systems',
  ),
 
'prev' =>
  array (
   
0 => 'install.unix.commandline.php',
   
1 => 'CGI and command line setups',
  ),
 
'next' =>
  array (
   
0 => 'install.unix.openbsd.php',
   
1 => 'OpenBSD installation notes',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div id="install.unix.hpux" class="sect1">
 <h2 class="title">HP-UX specific installation notes</h2>
 <p class="para">
  This section contains notes and hints specific to installing PHP
  on HP-UX systems.
 </p>
 <p class="para">
  There are two main options for installing PHP on HP-UX systems. Either
  compile it, or install a pre-compiled binary.
 </p>
 <p class="para">
  Official pre-compiled packages are located here:
  <a href="http://software.hp.com/" class="link external">&raquo; http://software.hp.com/</a>
 </p>
 <p class="para">
  Until this manual section is rewritten, the documentation about compiling
  PHP (and related extensions) on HP-UX systems has been removed. For now,
  consider reading the following external resource:
  <a href="http://www.tekwire.net/joomla/building/apache/comp_apache_hpux11.11.htm" class="link external">&raquo; Building Apache and PHP on HP-UX 11.11</a>
 </p>
</div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites