php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17657 Special ISAPI vars problem
Submitted: 2002-06-08 13:06 UTC Modified: 2002-11-09 01:00 UTC
Votes:3
Avg. Score:4.0 ± 0.8
Reproduced:2 of 3 (66.7%)
Same Version:1 (50.0%)
Same OS:1 (50.0%)
From: bvr at yandex dot ru Assigned:
Status: No Feedback Package: IIS related
PHP Version: 4.2.1 OS: Windows XP
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-06-08 13:06 UTC] bvr at yandex dot ru
No acces from script to special ISAPI vars (https releted -
HTTPS_SERVER_ISSUER,HTTPS_SERVER_SUBJECT...)

Quick look in source php4isapi.c from CVS. Problem may be in line 521:

&& atoi(isapi_special_server_variables[SPECIAL_VAR_HTTPS])) 

Var HTTPS set to string 'on' not to '0' or '1'.
	

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-24 15:50 UTC] iliaa@php.net
Please try using this CVS snapshot:

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


 [2002-11-09 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 07:01:29 2024 UTC