From:             [EMAIL PROTECTED]
Operating system: Windows 2000 Server
PHP version:      4.2.0
PHP Bug Type:     IIS related
Bug description:  ISAPI application dies

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
'.
-- 
Edit bug report at http://bugs.php.net/?id=16773&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16773&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16773&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16773&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16773&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16773&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16773&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16773&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16773&r=submittedtwice

Reply via email to