Edit report at https://bugs.php.net/bug.php?id=60758&edit=1
ID: 60758 Updated by: paj...@php.net Reported by: bugzilla33 at gmail dot com Summary: require() crashes Apache -Status: Open +Status: Not a bug Type: Bug Package: Reproducible crash Operating System: Windows PHP Version: 5.4.0RC5 Block user comment: N Private report: N New Comment: There is no bug, sadly he is spamming bugs.php.net with "crash bugs" which are actually configuration issues. Previous Comments: ------------------------------------------------------------------------ [2012-01-28 00:47:48] ras...@php.net Works fine on Linux. Doesn't seem like this should be an OS-specific thing. Can anybody else reproduce this on Windows? ------------------------------------------------------------------------ [2012-01-16 18:18:41] bugzilla33 at gmail dot com Here you are: http://host0001.webd.pl/bugs/php/reports/CrashHang_Report__PID_1080__01162012191518294.zip ------------------------------------------------------------------------ [2012-01-15 10:08:14] 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-15 03:30:56] larue...@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-14 22:19:51] bugzilla33 at gmail dot com Description: ------------ require() crashes Apache Test script: --------------- <?php file_put_contents('test.php',str_repeat('passed, ',1024)); require('test.php'); ?> Expected result: ---------------- require() requires test.php Actual result: -------------- require() crashes Apache ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=60758&edit=1