ID:               21187
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Feedback
 Bug Type:         Output Control
 Operating System: Windows 2000 server
 PHP Version:      4.2.1
 New Comment:

I found the origin of the bug.

It doesn't occurs in PHP, it comes from my browsers when you display
the page source : Phoenix 0.5 and Mozilla browser 1.2.1.

The bug #21187 can be closed.


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

[2002-12-26 04:46:34] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

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

[2002-12-26 03:59:55] [EMAIL PROTECTED]

Of course read "below" instead of "above" :)
Merry Christmas !

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

[2002-12-26 03:47:16] [EMAIL PROTECTED]

Just copy and paste the above content into a new php page :

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
<title>Bugland with double quotes</title>
</head>

<body>

<!-- Fails with PHP 4.2.1 Build (May 12 2002 23:51:56) -->
<!-- Unexpected : all ending double quotes are removed ! Result : 

<a href="javascript:DoSomething('123', 'abc\"defghi\jkl');>bugland</a>

-->

<a href="javascript:DoSomething('123',
'abc\"defghi\"jkl');">bugland</a>

</body>
</html>


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


-- 
Edit this bug report at http://bugs.php.net/?id=21187&edit=1

Reply via email to