#21187 [NEW]: unexpected removing of double quotes

2002-12-26 Thread hadrien . nilsson
From: [EMAIL PROTECTED]
Operating system: Windows 2000 server
PHP version:  4.2.1
PHP Bug Type: Output Control
Bug description:  unexpected removing of double quotes

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
titleBugland 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 bug report at http://bugs.php.net/?id=21187edit=1
-- 
Try a CVS snapshot: http://bugs.php.net/fix.php?id=21187r=trysnapshot
Fixed in CVS:   http://bugs.php.net/fix.php?id=21187r=fixedcvs
Fixed in release:   http://bugs.php.net/fix.php?id=21187r=alreadyfixed
Need backtrace: http://bugs.php.net/fix.php?id=21187r=needtrace
Try newer version:  http://bugs.php.net/fix.php?id=21187r=oldversion
Not developer issue:http://bugs.php.net/fix.php?id=21187r=support
Expected behavior:  http://bugs.php.net/fix.php?id=21187r=notwrong
Not enough info:http://bugs.php.net/fix.php?id=21187r=notenoughinfo
Submitted twice:http://bugs.php.net/fix.php?id=21187r=submittedtwice
register_globals:   http://bugs.php.net/fix.php?id=21187r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21187r=php3
Daylight Savings:   http://bugs.php.net/fix.php?id=21187r=dst
IIS Stability:  http://bugs.php.net/fix.php?id=21187r=isapi




#21187 [Com]: unexpected removing of double quotes

2002-12-26 Thread hadrien . nilsson
 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
titleBugland 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=21187edit=1