php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20629 Exception
Submitted: 2002-11-25 14:10 UTC Modified: 2002-12-23 01:00 UTC
Votes:1
Avg. Score:4.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:1 (100.0%)
From: afearn at poynter dot net Assigned:
Status: No Feedback Package: IIS related
PHP Version: 4.2.3 OS: Windows 2000
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: afearn at poynter dot net
New email:
PHP Version: OS:

 

 [2002-11-25 14:10 UTC] afearn at poynter dot net
 $oPermChecker = new COM("MSWC.PermissionChecker");
 $result = $oPermChecker->HasAccess("c:\boot.ini"); 

The above code generates the following error : 

Warning: Invoke() failed: Exception occurred. Source: MSWC.PermissionChecker.1 Description: No such interface supported in c:\inetpub\wwwroot\test.php on line 2

The same code under ASP works fine under the same IIS configuration. I have created a fresh install of Win2KSvr and PHP to test with all service packs.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-12-07 01:26 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-12-23 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: Fri Mar 29 13:01:29 2024 UTC