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: Open 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: Please do not duplicate bugs endlessly. it does not help. The backtrace clearly shows what I tried to explain you earlier. Previous Comments: ------------------------------------------------------------------------ [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