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 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

Pull Requests

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: Sat Dec 21 16:01:28 2024 UTC