ID: 21637 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: Windows 2000 PHP Version: 4.3.0 New Comment:
What do you mean with 'crash' ? Do you get any errors? Previous Comments: ------------------------------------------------------------------------ [2003-01-14 11:20:30] [EMAIL PROTECTED] We have a PHP 4.3 installation on Windows 2000 Server & Workstation. On both systems, the following code produce a PHP crash. <?PHP header('Content-type: text/html'); header('Location: '.$url); ?> If we remove the "header('Content-type: text/html');" line, the code work fine, but we need to be able to force the Content type header for our application to work. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=21637&edit=1