Edit report at http://bugs.php.net/bug.php?id=53621&edit=1
ID: 53621 User updated by: bruno dot boccara at d2b dot com Reported by: bruno dot boccara at d2b dot com Summary: Bug with PHP comment // -Status: Feedback +Status: Open Type: Bug -Package: Reproducible crash +Package: Scripting Engine problem Operating System: WINDOWS 2008 64BIT PHP Version: 5.3.4 Block user comment: N Private report: N New Comment: In fact, after some check into windows system alert, I don't see any php crash process. when calling a php page with this kind of code, apache logs return a 200 code (so it should be Ok), but in fact the html page is totally blank. more stange, I tried to do: <? echo "test"; exit(); <?=//$anything?> ?> it also return a blank page !! after deleting the line with <?=//$anything?>, it works normally.... I lost 3 days trying to understand what's going on until I find this.... (I'm not new in PHP !!!) For your info, the same script work perfectly under windows 2003 32, apache 2.0, php4.4.9 Previous Comments: ------------------------------------------------------------------------ [2010-12-28 17:46:59] fel...@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. I cannot reproduce it. ------------------------------------------------------------------------ [2010-12-28 17:12:50] bruno dot boccara at d2b dot com Description: ------------ this script crash php: <?=//$anything?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=53621&edit=1