php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7910 urlp arameters not available in the default page
Submitted: 2000-11-21 17:20 UTC Modified: 2001-07-23 14:32 UTC
From: cedric dot caron at urbanet dot ch Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.4 OS: Windows NT 4.0
Private report: No CVE-ID: None
 [2000-11-21 17:20 UTC] cedric dot caron at urbanet dot ch
I am using PGP as an ISAPI extension woth IIS 4.0

IIS is configured to laak for a default page named index.php3

If I pass a parameter in the URL with the folowing syntax "http://www.domaine.com/?page=1" the variable page is empty in the my php script.

If I include the name of the page in the URL "http://www.domaine.com/index.php3?page=1" everything working my page vraiable contain 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-27 12:32 UTC] cedric dot caron at urbanet dot ch
I updated to PHP 4.0.4

I still have the same problem in ISAPI AND in CGI mode !!!!
 [2001-04-26 14:11 UTC] jmoore@php.net
This seems like a IIS problem rather than a PHP one. We probably need to test this with other isapi and cgi dlls under IIS to confirm this then pass a bug report about the behaviour on to msft if this is the case.


 [2001-07-23 14:32 UTC] jmoore@php.net
This is a known problem with IIS where it nolonger conforms to the CGI standards.. talk to MSFT about a fix :)

- James
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC