From:             keithdavis at pridedallas dot com
Operating system: Windows Vista Business x86
PHP version:      5.3.0
PHP Bug Type:     Reproducible crash
Bug description:  Use of HOST section cause 500 error

Description:
------------
I am running PHP on IIS7 and when I try to use the HOST section, I get a
500 Internal Server error every time. Here is the section implementations
that I have tried:



Reproduce code:
---------------
---
>From manual page: ini.sections
---
[HOST=intranet.pridedallas.com]
track_errors = Off
html_errors = Off
session.bug_compat_42 = Off

AND

[HOST=intranet]
track_errors = Off
html_errors = Off
session.bug_compat_42 = Off

Actual result:
--------------
HTTP Error 500.0 - Internal Server Error
C:\PHP\php-cgi.exe - The FastCGI process exited unexpectedly

-- 
Edit bug report at http://bugs.php.net/?id=48779&edit=1
-- 
Try a CVS snapshot (PHP 5.2):        
http://bugs.php.net/fix.php?id=48779&r=trysnapshot52
Try a CVS snapshot (PHP 5.3):        
http://bugs.php.net/fix.php?id=48779&r=trysnapshot53
Try a CVS snapshot (PHP 6.0):        
http://bugs.php.net/fix.php?id=48779&r=trysnapshot60
Fixed in CVS:                        
http://bugs.php.net/fix.php?id=48779&r=fixedcvs
Fixed in CVS and need be documented: 
http://bugs.php.net/fix.php?id=48779&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=48779&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=48779&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=48779&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=48779&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=48779&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=48779&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=48779&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=48779&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=48779&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=48779&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=48779&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=48779&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=48779&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=48779&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=48779&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=48779&r=mysqlcfg

Reply via email to