ID:               14984
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Documentation problem
 Operating System: windows and other
 PHP Version:      4.0.6
 New Comment:

This bug has been fixed in CVS. You can grab a snapshot of the
CVS version at http://snaps.php.net/




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

[2002-01-26 12:28:42] [EMAIL PROTECTED]

Un-assigning.

Status -> Open

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

[2002-01-19 22:05:27] [EMAIL PROTECTED]

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

Status -> Assigned

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

[2002-01-11 05:56:38] [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] [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

Reply via email to