ID:               45464
 User updated by:  ast dot markus at gmx dot net
 Reported By:      ast dot markus at gmx dot net
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: Windows Vista x64
 PHP Version:      5.3CVS-2008-07-09 (snap)
 New Comment:

By the way:
header('Content-type: application/xml');
for example works without any problem


Previous Comments:
------------------------------------------------------------------------

[2008-07-09 11:12:38] ast dot markus at gmx dot net

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 this bug report at http://bugs.php.net/?id=45464&edit=1

Reply via email to