php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16773 ISAPI application dies
Submitted: 2002-04-23 18:33 UTC Modified: 2002-10-25 01:00 UTC
Votes:10
Avg. Score:4.2 ± 1.0
Reproduced:7 of 7 (100.0%)
Same Version:3 (42.9%)
Same OS:6 (85.7%)
From: mail-php dot net at kimihia dot org dot nz Assigned:
Status: No Feedback Package: IIS related
PHP Version: 4.2.0 OS: Windows 2000 Server
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2002-04-23 18:33 UTC] mail-php dot net at kimihia dot org dot nz
Sorry for the unhelpful title, but the PHP ISAPI filter dies, leaving the below messages in the logs.

One page would not load, and then subsequent pages were "PHP has encountered an Access Violation at 77FCB2A7".

The page always loads fast - all it does are a couple of MS SQL queries via an abstraction library (namdal-ms.php). open_database() calls mssql_pconnect()

Application protection is "Low" as recommended in bug #15333.


PHP error log:

[24-Apr-2002 10:21:54] PHP Fatal error:  Cannot redeclare open_database() (previously declared in namdal-ms.php:39) in namdal-ms.php on line 38
[24-Apr-2002 10:22:16] PHP Fatal error:  Maximum execution time of 30 seconds exceeded in namdal-ms.php on line 68


Windows Event Viewer (System):

Event Type:	Error
Event Source:	WAM
Event Category:	None
Event ID:	204
Date:		24/04/2002
Time:		10:21:54 a.m.
User:		N/A
Computer:	...
Description:
The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!php_execute_script + 0x16A
'. 


Event Type:	Error
Event Source:	WAM
Event Category:	None
Event ID:	204
Date:		24/04/2002
Time:		10:21:54 a.m.
User:		N/A
Computer:	...
Description:
The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!php_request_startup + 0x1F0
 + 0xFBBE824
'. 


Event Type:	Error
Event Source:	WAM
Event Category:	None
Event ID:	204
Date:		24/04/2002
Time:		10:21:54 a.m.
User:		N/A
Computer:	...
Description:
The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!php_execute_script + 0x16A
'. 


Event Type:	Error
Event Source:	WAM
Event Category:	None
Event ID:	204
Date:		24/04/2002
Time:		10:21:54 a.m.
User:		N/A
Computer:	...
Description:
The HTTP server encountered an unhandled exception while processing the ISAPI Application '
ntdll!RtlSizeHeap + 0x78
ntdll!RtlFreeHeap + 0x100
php4ts!shutdown_memory_manager + 0x1BC
'. 


Event Type:	Error
Event Source:	WAM
Event Category:	None
Event ID:	204
Date:		24/04/2002
Time:		10:22:16 a.m.
User:		N/A
Computer:	...
Description:
The HTTP server encountered an unhandled exception while processing the ISAPI Application '
php4ts!php_execute_script + 0x16A
'.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-23 18:38 UTC] mail-php dot net at kimihia dot org dot nz
Loaded modules are php_mssql.dll and php_socket.dll

Under the Home Directory tab, clicking "Unload" will return things to normal.

As this appears to be a flaw in the memory management, would unticking "Cache ISAPI Applications" help?
 [2002-04-23 22:12 UTC] chris at hupaweb dot com
That is the most common problem with the ISAPI filter of PHP.

I would just run it as CGI.
 [2002-10-09 11:31 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-25 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over 2 weeks, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 03:01:29 2024 UTC