Edit report at https://bugs.php.net/bug.php?id=60771&edit=1
ID: 60771 Comment by: mattfic...@php.net Reported by: bugzilla33 at gmail dot com Summary: header, phpinfo, require crash Status: Bogus Type: Bug Package: Reproducible crash Operating System: win 7 64-bit PHP Version: 5.4.0RC5 Block user comment: N Private report: N New Comment: I can reproduce a crash of PHP 5.4.0rc5 using the PID1080 script on Win7 x64 with SP0 and SP1. I can't get the other scripts to reproduce a crash. PID1080 crashes because the text it has outside a <?php ?> tags is longer than 8kb (this is a known issue). Again, reporting the same bug repeatedly doesn't get it fixed faster, in fact, it actually slows us down a lot. It is better if you post a comment to your first bug report to ask if it has been fixed. Previous Comments: ------------------------------------------------------------------------ [2012-01-16 19:45:25] paj...@php.net Ah ok, I got it now. Again, a duplicate of bug #48034. As you commented there as well. So please (please!) do not open new bugs endlessly, it costs time to valid and verify that they are not different issues. The scanner bug (8*1024 script size) is already, patch too and will be validated soon and be present for the next release. Thanks for your understanding. phpinfo and header do not crash, at all. Despite our numerous attempts to reproduce it. ------------------------------------------------------------------------ [2012-01-16 19:13:42] paj...@php.net . ------------------------------------------------------------------------ [2012-01-16 19:13:24] paj...@php.net Please do not duplicate bugs endlessly. it does not help. The backtrace clearly shows what I tried to explain you earlier. ------------------------------------------------------------------------ [2012-01-16 18:38:57] bugzilla33 at gmail dot com Description: ------------ header, phpinfo, require crash Debud dial reports: http://host0001.webd.pl/bugs/php/reports/Reports.zip My configuration do not contain DLLs from older PHP versions and do ton missing some in my paths. unpacked from: http://windows.php.net/downloads/qa/php-5.4.0RC5-Win32-VC9-x86.zip Test script: --------------- PID_1080.php: <?php file_put_contents('test.php',str_repeat('passed, ',1024)); require('test.php'); ?> PID_1280.php: <?php header('Location: http://php.net/'); ?> PID_4656.php: <?php phpinfo(); ?> Expected result: ---------------- When use 5.4.0 RC4 there are no crashes. Actual result: -------------- crashes ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60771&edit=1