ID: 21637
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Feedback
+Status: Open
Bug Type: Reproducible crash
Operating System: Windows 2000
PHP Version: 4.3.0
New Comment:
Actually, there is no error, the system just stalls, we got nothing out
as a result and we are forced to kill the inetinfo process to restart
PHP (just stopping the service W3SVC wont work, the service wont
stopped and will stay in a "stopping" mode). It seems to be a problem
between IIS and PHP, but we didn't have this problem up to version
4.2.2. We had another problem with the headers in version 4.2.3 that
was reported in bug #19351, maybe it is related?
Previous Comments:
------------------------------------------------------------------------
[2003-01-14 19:20:36] [EMAIL PROTECTED]
What do you mean with 'crash' ? Do you get any errors?
------------------------------------------------------------------------
[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