php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #26641 PHP as ISAPI crashes without an error message
Submitted: 2003-12-16 19:21 UTC Modified: 2004-01-01 20:50 UTC
From: rob at thijssen dot co dot uk Assigned:
Status: No Feedback Package: IIS related
PHP Version: 4.3.4 OS: Windows 2000
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: rob at thijssen dot co dot uk
New email:
PHP Version: OS:

 

 [2003-12-16 19:21 UTC] rob at thijssen dot co dot uk
Description:
------------
PHP was working fine one moment (running phpMyAdmin) the next it would only return a blank page. No settings were changed to trigger the fault. No error message is returned (with or without error reporting on).

The event log shows several new errors:

The configuration information of the performance library "C:\WINNT\system32\w3ctrs.dll" for the  "W3SVC" service does not match the trusted performance library information  stored in the registry. The functions in this library will not be treated  as trusted.

The Collect Procedure for the "Tcpip" service in DLL "C:\WINNT\system32\Perfctrs.dll" generated an  exception or returned an invalid status. Performance data returned by  counter DLL will be not be returned in Perf Data Block. Exception or  status code returned is data DWORD 0.

I suspect the problem is actually with IIS although it happily serves up other (non-PHP) content. The strange bit is that some useless HTML is generated but I have no idea what process is responsible for that.

The box is running W2K with all the updates, PHP4.3.4, It's a brand new P4 Xeon with a Gig of RAM.

Reproduce code:
---------------
phpinfo();

Expected result:
----------------
not nothing!

Actual result:
--------------
View source yields: <html><body></body></html>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-01-01 20:50 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 09:01:27 2024 UTC