From:             [EMAIL PROTECTED]
Operating system: Windows 2000
PHP version:      4.2.3
PHP Bug Type:     IIS related
Bug description:  Exception

 $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.
-- 
Edit bug report at http://bugs.php.net/?id=20629&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=20629&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=20629&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=20629&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=20629&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=20629&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=20629&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=20629&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=20629&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=20629&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=20629&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=20629&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=20629&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=20629&r=isapi

Reply via email to