From: [EMAIL PROTECTED]
Operating system: windows and other
PHP version: 4.0.6
PHP Bug Type: Scripting Engine problem
Bug description: php parser problem, with // comment, can reveal script
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!.
--
Edit bug report at: http://bugs.php.net/?id=14984&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]