Edit report at https://bugs.php.net/bug.php?id=60771&edit=1
ID: 60771 Updated by: paj...@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: 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. Previous Comments: ------------------------------------------------------------------------ [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