[PHP-DOC] Bug #14984 Updated: php parser problem, with // comment, can reveal script From: irc-html <email protected>
Date: 01/19/02

ID: 14984
Updated by: irc-html
Reported By: dd <email protected>
Old Status: Open
Status: Assigned
Bug Type: Documentation problem
Operating System: windows and other
PHP Version: 4.0.6
Old Assigned To:
Assigned To: irc-html
New Comment:

I'll add a note in the documentation about this.

Status -> Assigned

Previous Comments:
------------------------------------------------------------------------

[2002-01-11 05:56:38] hholzgra <email protected>

'?>' in a comment switching out of php mode
is intended behaviour, consider

...<?php foo($bar); // do foo ?>...

embedded in a document

changing this would break backwards compatibility
and would lead to problems of its own kind

changed to "documentation problem"

------------------------------------------------------------------------

[2002-01-10 19:03:01] dd <email protected>

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 this bug report at http://bugs.php.net/?id=14984&edit=1