Question for anyone, much thanks in advance:
I recently set up a recent version of the iPlanet
webserver on Linux (the "Fasttrack" version for
evaluation). I compiled PHP 4.0.5 for Netscape/iPlanet
as instructed at www.php.net/manual/en/install.netscape-enterprise.php.
Things seemed to be working fine, basic PHP pages
were loading correctly.
Then, I tried using the getallheaders API and got
"Fatal error: Call to undefined function: getallheaders()..."
Checking www.php.net, it states that this API only works
when PHP is used as a loadable module in Apache.
Is this true? Is there a way to get getallheaders to work
within Netscape's server? If not, does anyone know of a way
to do the equivalent to getallheaders via a different API
(to find the 'value' for an expected custom HTTP header)?
-- Dan