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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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: Fri May 24 17:01:32 2024 UTC