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:             Feedback
+Status:             Closed
 Type:               Bug
 Package:            Built-in web server
 Operating System:   Windows 7
 PHP Version:        5.4.0beta2
 Block user comment: N
 Private report:     N

 New Comment:

Yeah, it's OK. Should've checked latest build. My bad.


Previous Comments:
------------------------------------------------------------------------
[2011-11-09 03:17:08] larue...@php.net

Please try using this snapshot:

  http://snaps.php.net/php5.4-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2011-11-08 19:00:41] toma4k at 10g dot pl

added OS info

------------------------------------------------------------------------
[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