php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51850 look
Submitted: 2010-05-18 11:03 UTC Modified: 2010-05-18 11:15 UTC
From: heinz50 at hotmail dot com Assigned:
Status: Not a bug Package: *General Issues
PHP Version: Irrelevant OS: every
Private report: No CVE-ID: None
 [2010-05-18 11:03 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-05-18 11:15 UTC] mike@php.net
-Status: Open +Status: Feedback
 [2010-05-18 11:15 UTC] mike@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:15 UTC] johannes@php.net
-Status: Feedback +Status: Bogus
 [2010-05-18 11:15 UTC] johannes@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:28 UTC] heinz50 at hotmail dot com
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 05:01:31 2024 UTC