php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38978 Impersonation fails for a COM object under load
Submitted: 2006-09-27 20:42 UTC Modified: 2006-09-27 20:51 UTC
From: tetikr at spytech dot cz Assigned:
Status: Not a bug Package: COM related
PHP Version: 5.1.6 OS: Win2003 SP1
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:
13 + 19 = ?
Subscribe to this entry?

 
 [2006-09-27 20:42 UTC] tetikr at spytech dot cz
Description:
------------
I'm running a web site in an IIS6 pool which uses the NETWORK SERVICE account. The web site itself uses another account, say XYZ. In a PHP script I create a COM object, call its method which creates a file. The file owner is XYZ as expected.

However, if I issue multiple requests simultanously, the COM object's method starts creating a file whose owner is NETWORK SERVICE.

I can return to the normal behavior by restarting the IIS pool.




Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-27 20:51 UTC] tony2001@php.net
We are aware of PHP's problems with stability under IIS and are working 
to rectify the problem. Unfortunatly your bug report does not contain any
extra useful information and we already have enough bug reports open about
this issue. If you can provide more detailed information such as a 
reproducable crash or a backtrace please do so and reopen this bug. 
Otherwise please keep trying new releases as we are working to resolve 
the problems on this platform
 
Thanks for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 02:02:52 2024 UTC