Edit report at https://bugs.php.net/bug.php?id=60246&edit=1
ID: 60246 Updated by: larue...@php.net Reported by: toma4k at 10g dot pl Summary: $_SERVER['SERVER_PROTOCOL'] missing -Status: Open +Status: Feedback 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: Please try using this snapshot: http://snaps.php.net/php5.4-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [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