|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-10-09 21:12 UTC] iliaa@php.net
[2002-11-03 13:16 UTC] ostermmg at whitman dot edu
[2002-11-03 13:24 UTC] iliaa@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 00:00:01 2025 UTC |
Hi boys: I'm using Linux RedHat8.0 and httpd-2.0.40 from RedHat packages, I built php rpms for this plataform of the PHP-4.2.4-dev snapshot 09/10/2002 to solve a problem related to file_exists, now that problem is solved, I'm using register_global in On but when my scripts run something like this: getenv("HTTP_USER_AGENT") I don't get the value that this function return to me in the past PHP-4.2.3, I look the phpinfo() and I can't find this enviroment variable, rather I see a _SERVER["HTTP_USER_AGENT"] enviroment variable, but if I have register_global in On I should see this variable isn't it?? Well I hope this helps beacuse If don't I have to change a lot of code. Bye Aliet