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

 ID:                 55770
 Updated by:         ahar...@php.net
 Reported by:        andrew dot luebke at gmail dot com
 Summary:            Missing error_log value produces 500 error
-Status:             Open
+Status:             Feedback
 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:

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


Previous Comments:
------------------------------------------------------------------------
[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