ID:               25172
 Updated by:       [EMAIL PROTECTED]
 Reported By:      php at lansco dot de
-Status:           Open
+Status:           Feedback
 Bug Type:         *General Issues
 Operating System: Linux
 PHP Version:      4.3.2
 New Comment:

What are your variables_order and gpc_order settings?
(from phpinfo() output)
Which webserver? Apache? What version?



Previous Comments:
------------------------------------------------------------------------

[2003-08-21 03:21:41] php at lansco dot de

With http://snaps.php.net/php4-STABLE-latest.tar.gz the error also
occurs :(

------------------------------------------------------------------------

[2003-08-20 17:31:39] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-STABLE-latest.zip



------------------------------------------------------------------------

[2003-08-20 05:03:43] php at lansco dot de

Description:
------------
Sometimes $HTTP_HOST is empty while $_SERVER["HTTP_HOST"] contains the
expected value.

After a reload $HTTP_HOST mostly contains the expected value.

This error also occurs with PHP-4.3.2


Reproduce code:
---------------
print "1: ".$HTTP_HOST."\n";
print "2: ".$_SERVER["HTTP_HOST"]."\n";


Expected result:
----------------
1: test.com
2: test.com

Actual result:
--------------
1: 
2: test.com


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=25172&edit=1

Reply via email to