Edit report at https://bugs.php.net/bug.php?id=60246&edit=1

 ID:                 60246
 User updated by:    toma4k at 10g dot pl
 Reported by:        toma4k at 10g dot pl
 Summary:            $_SERVER['SERVER_PROTOCOL'] missing
 Status:             Open
 Type:               Bug
 Package:            Built-in web server
-Operating System:   
+Operating System:   Windows 7
 PHP Version:        5.4.0beta2
 Block user comment: N
 Private report:     N

 New Comment:

added OS info


Previous Comments:
------------------------------------------------------------------------
[2011-11-08 18:54:11] toma4k at 10g dot pl

Description:
------------
$_SERVER['SERVER_PROTOCOL'] is missing

Test script:
---------------
<?php
echo isset($_SERVER['SERVER_PROTOCOL']) ? 'SERVER_PROTOCOL is set' : 
'SERVER_PROTOCOL missing';
?>

Expected result:
----------------
SERVER_PROTOCOL is set

Actual result:
--------------
SERVER_PROTOCOL missing


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



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

Reply via email to