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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
19 + 11 = ?
Subscribe to this entry?

 
 [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: Tue Apr 23 09:01:27 2024 UTC