From:             ast dot markus at gmx dot net
Operating system: Windows Vista x64
PHP version:      5.3CVS-2008-07-09 (snap)
PHP Bug Type:     Reproducible crash
Bug description:  PHP Crashs when sending header('Content-type: 
application/rss+xml');

Description:
------------
Sending this header:
header('Content-type: application/rss+xml');

will cause PHP to crash (on IIS7 with FastCgi).

Windows Log says:

Fehlerhafte Anwendung php-cgi.exe, Version 5.3.0.0, Zeitstempel
0x487474e8, fehlerhaftes Modul php-cgi.exe, Version 5.3.0.0, Zeitstempel
0x487474e8, Ausnahmecode 0xc0000005, Fehleroffset 0x000055d4, Prozess-ID
0x11e0, Anwendungsstartzeit 01c8e1b3e4ba9d90.

or

Fehlerhafte Anwendung php-cgi.exe, Version 5.3.0.0, Zeitstempel
0x487474e8, fehlerhaftes Modul php5ts.dll, Version 5.3.0.0, Zeitstempel
0x487474d6, Ausnahmecode 0xc0000005, Fehleroffset 0x0000bae6, Prozess-ID
0x12d0, Anwendungsstartzeit 01c8e1b43b3e5210.

Reproduce code:
---------------
<?php
header('Content-type: application/rss+xml');
echo '<rss></rss>';
?>

Expected result:
----------------
IIS7 Error:
HTTP-Fehler 500.0 - Internal Server Error


Modul: FastCgiModule
Benachrichtigung: ExecuteRequestHandler
Handler PHP via FastCgi
Fehlercode: 0x800703e3


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

Reply via email to