|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2002-01-11 05:56 UTC] hholzgra@php.net
[2002-01-19 22:05 UTC] irc-html@php.net
[2002-01-26 12:28 UTC] irc-html@php.net
[2002-04-29 07:33 UTC] manuzhai@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 23:00:01 2025 UTC |
Hi all, I found this bug randomly as all other, it cause me a php html parser to crash. try a script like this : <?php // eval('?>'.$tmp); // eval('>'.$tmp); $coucou=''; $password = 'le parser php d?conne'; $password = 'php parser bug'; /* <? php ?> */ // // coucou ?> // ?> // ? // > ?> see the result, abnormal I think: '.$tmp); // eval('>'.$tmp); $coucou=''; $password = 'le parser php d?conne'; $password = 'php parser bug'; /* */ // // coucou ?> // ?> // ? // > ?> I think it can be a very very serious, easy to fiw fot you, but in the case a php user encounter it. It so surpising !!! thanks. An echo please. Yours faithlly php is always great!.