Edit report at http://bugs.php.net/bug.php?id=51850&edit=1
ID: 51850 Comment by: heinz50 at hotmail dot com Reported by: heinz50 at hotmail dot com Summary: look Status: Bogus Type: Bug Package: *General Issues Operating System: every PHP Version: Irrelevant New Comment: So with Ctrl+u i can see the output, but not the outout on the screen.. and if you use website with lotÃs of echo and there is <scrip so everybody stops.. Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". hey my first time to make a bug report.. and you can describe better , but i hope you try it out .. so easy make a file and put the code in it and try it... so it is a very big bug every thing with <script.... stop the output on screen.. so please reopen the bug report Previous Comments: ------------------------------------------------------------------------ [2010-05-18 11:15:41] johan...@php.net You're most likely using the web browser to view the result. Use the "View source" feature of the browser (often Ctrl+u) to see your broken HTML. ------------------------------------------------------------------------ [2010-05-18 11:15:27] m...@php.net Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. ------------------------------------------------------------------------ [2010-05-18 11:03:06] heinz50 at hotmail dot com Description: ------------ pleae try this :) after echo <script the process is still stop.. this is a really nice bug... i try on several systems everytime the same result Test script: --------------- <? echo "hello"; echo "<script"; echo "kill process"; ?> Expected result: ---------------- mhhh no stopping of the script ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51850&edit=1