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">» 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">» Building Apache and PHP on HP-UX 11.11</a>
</p>
</div><?php manual_footer(); ?>