php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #60753 header function crash
Submitted: 2012-01-14 15:19 UTC Modified: 2012-01-16 21:36 UTC
Votes:2
Avg. Score:2.0 ± 1.0
Reproduced:0 of 2 (0.0%)
From: bugzilla33 at gmail dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.4.0RC5 OS: Win 7 32/64
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bugzilla33 at gmail dot com
New email:
PHP Version: OS:

 

 [2012-01-14 15:19 UTC] bugzilla33 at gmail dot com
Description:
------------
header function crash apache

bug introduced in PHP 5.4.0 RC5

Test script:
---------------
<?php
 header('Location: http://php.net/');
?>

Expected result:
----------------
PHP 5.4.0 RC4 redirects to location

Actual result:
--------------
PHP 5.4.0 RC5 crash

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-01-14 15:22 UTC] bugzilla33 at gmail dot com
-Operating System: +Operating System: Win 7 32/64
 [2012-01-14 15:22 UTC] bugzilla33 at gmail dot com
tested on Win 7 32/64
 [2012-01-15 03:31 UTC] laruence@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a backtrace to see what is happening behind the scenes. To
find out how to generate a backtrace, please read
http://bugs.php.net/bugs-generating-backtrace.php for *NIX and
http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32

Once you have generated a backtrace, please submit it to this bug
report and change the status back to "Open". Thank you for helping
us make PHP better.


 [2012-01-15 03:31 UTC] laruence@php.net
-Status: Open +Status: Feedback
 [2012-01-15 10:07 UTC] bugzilla33 at gmail dot com
-Status: Feedback +Status: Open
 [2012-01-15 10:07 UTC] bugzilla33 at gmail dot com
Thank you for this manual. https://bugs.php.net/bugs-generating-backtrace-win32.php
This tool works on Win 7 only as (Analisys only) mode. 
"Options and settings" tab looks otherwise.
There is no "Add a rule" button.

Please update the handbook as soon as possible.

---

Does anybody can do backtrace for laruence ??
 [2012-01-16 18:19 UTC] pajoye@php.net
It works perfectly fine. Your configuration certainly contain DLLs from older PHP 
versions or missing some in your paths.

It is the same with the phpinfo function (#60757).
 [2012-01-16 18:19 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2012-01-16 18:19 UTC] pajoye@php.net
.
 [2012-01-16 18:19 UTC] bugzilla33 at gmail dot com
-Status: Bogus +Status: Open
 [2012-01-16 18:19 UTC] bugzilla33 at gmail dot com
Here you are:
http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1280__01162012191536411.zip
 [2012-01-16 21:08 UTC] bugzilla33 at gmail dot com
Ok, could you say why the problem no occur with the RC1, RC2, RC3, RC4,
but occurs with RC5 and RC6 last dev?
I tested on Win 32 and Win 64 after system reinstall.

I use Apache 2.2.21 VC9.
 [2012-01-16 21:30 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2012-01-16 21:30 UTC] pajoye@php.net
Cannot reproduce that one, in any of our large set of configurations.

The only issue we can reproduce and confirmed is the 8192 bytes script bug 
described at #48034.
 [2012-01-16 21:36 UTC] bugzilla33 at gmail dot com
Could this be due to the use of relatively old processor Athlon 64 3000+ ?

On other machines, I also do not reproduce this bug.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 16 16:01:34 2025 UTC