Edit report at https://bugs.php.net/bug.php?id=55770&edit=1

 ID:                 55770
 User updated by:    andrew dot luebke at gmail dot com
 Reported by:        andrew dot luebke at gmail dot com
 Summary:            Missing error_log value produces 500 error
-Status:             Feedback
+Status:             Open
 Type:               Bug
 Package:            IIS related
 Operating System:   Windows Server 2008 R2 x64
 PHP Version:        5.3.8
 Block user comment: N
 Private report:     N

 New Comment:

Log Name:      Application
Source:        Application Error
Date:          9/23/2011 2:02:23 PM
Event ID:      1000
Task Category: (100)
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      ****
Description:
Faulting application name: php-cgi.exe, version: 5.3.8.0, time stamp: 0x4e537939
Faulting module name: php5ts.dll, version: 5.3.8.0, time stamp: 0x4e537a04
Exception code: 0xc0000005
Fault offset: 0x000f8a80
Faulting process id: 0x3e00
Faulting application start time: 0x01cc7a34174de581
Faulting application path: C:\Program Files (x86)\PHP\php-cgi.exe
Faulting module path: C:\Program Files (x86)\PHP\php5ts.dll
Report Id: 54fcd3bf-e627-11e0-8792-000c29dca815


Previous Comments:
------------------------------------------------------------------------
[2011-09-24 19:11:07] [email protected]

Are there any PHP-related errors in your IIS error log (or event log)?

------------------------------------------------------------------------
[2011-09-23 21:00:03] andrew dot luebke at gmail dot com

Description:
------------
If log_errors = on and there is no error_log, i.e. error_log = php_errors.log, 
then any script returns a 500 error in IIS 7.5.  This is the default setting in 
php.ini-production, both error_log entries are commented out.

Test script:
---------------
<?php

phpinfo();

?>

Expected result:
----------------
The php info page.


Actual result:
--------------
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be 
displayed.


------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=55770&edit=1

Reply via email to