|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-06-11 14:00 UTC] srinatar@php.net
[2010-06-11 14:01 UTC] srinatar@php.net
-Status: Open
+Status: Feedback
[2010-06-11 14:07 UTC] srinatar@php.net
[2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 10:00:01 2025 UTC |
Description: ------------ Hi, I've encountered a bug in PHP 5.2.13 that doesn't happen in PHP 5.2.10. My header redirect statement doesn't produce a redirect. No error is reported. The line that causes the bug is simply: header("location:store.php"); In the raw HTTP stream, I can see the redirect information missing (using ExamDiff on the output shown using LiveHTTPHeaders with Firefox). I am using two servers which are exactly the same (as they are virtual machines), both running same IIS, ASP.NET version, etc. The only difference was the PHP version. When I changed the version back to 5.2.10, both servers worked exactly the same. When I set one to 5.2.13, it wouldn't do the redirect to the page above.