> -----Original Message----- > From: Neil Freeman [mailto:[EMAIL PROTECTED] > Sent: 16 July 2003 10:40 > > I believe getallheaders() has been supported since v4.0.0 > > Ananth Kesari wrote: > > > *********************************************** > > This Email Has Been Virus Swept > > *********************************************** > > > > Hi, > > > > For some reason, getallheaders() is not working with the > NetWare port > > of PHP 4.2.3 even while we have not modified the related code for > > NetWare as such. So, I am just wondering if getallheaders() is > > implemented for PHP 4.2.3? The document doesn't mention > from which PHP > > version this supported. But it does mention that in PHP > 4.3.0 and above, > > getallheaders() is aliased to apache_request_headers().
>From http://www.php.net/getallheaders: "Note: In PHP 4.3.0, getallheaders() became an alias for apache_request_headers(). Essentially, it was renamed. This is because this function only works when PHP is compiled as an Apache Module." Does your Netware port run as an Apache module? Cheers! Mike --------------------------------------------------------------------- Mike Ford, Electronic Information Services Adviser, Learning Support Services, Learning & Information Services, JG125, James Graham Building, Leeds Metropolitan University, Beckett Park, LEEDS, LS6 3QS, United Kingdom Email: [EMAIL PROTECTED] Tel: +44 113 283 2600 extn 4730 Fax: +44 113 283 3211 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

