php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10511 Cannot set COM object properties
Submitted: 2001-04-26 10:10 UTC Modified: 2001-04-29 10:59 UTC
From: peter dot johnson at unified dot co dot uk Assigned:
Status: Closed Package: COM related
PHP Version: 4.0.4pl1 OS: Windows 2K
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: peter dot johnson at unified dot co dot uk
New email:
PHP Version: OS:

 

 [2001-04-26 10:10 UTC] peter dot johnson at unified dot co dot uk
I am accessing ADO COM objects through PHP.  I am using PHP 4.05 RC6 on Win2K in CGI mode.  If I change the authentication from anonymous access, to requiring a login through basic authentication, then the scripts fail and cannot set properties on the COM object.  The same scripts work fine when run as the anonymous user.  Very weird...

Thanks in advance for any help

Cheers
Peter

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-04-29 10:59 UTC] phanto@php.net
make sure, that the logged in user (after basic authentication) has enough rights to change these properties.
try to run the script from the commandline logged in as
one of the webusers.

harald
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 06:01:31 2024 UTC