Edit report at https://bugs.php.net/bug.php?id=55403&edit=1
ID: 55403 Patch added by: theta...@php.net Reported by: theta...@php.net Summary: $_SERVER['HTTPS'] should be undefined on unsecure connection Status: Open Type: Feature/Change Request Package: iPlanet related PHP Version: Irrelevant Block user comment: N Private report: N New Comment: The following patch has been added/updated: Patch Name: PatchForTrunk.patch Revision: 1313083309 URL: https://bugs.php.net/patch-display.php?bug=55403&patch=PatchForTrunk.patch&revision=1313083309 Previous Comments: ------------------------------------------------------------------------ [2011-08-11 17:19:25] theta...@php.net Description: ------------ All other SAPIs (Apache, too, of course) only set the $_SERVER['HTTPS'] variable to "ON", if a secure connection is availab.e The key is undefined otherwise. NSAPI on the other hand defines $_SERVER['HTTPS']='OFF' in this case. This breaks apps that just do an isset() test (Drupal,...). ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=55403&edit=1