php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20614 HTML tag paremeter is double-quoted automatically
Submitted: 2002-11-24 21:54 UTC Modified: 2002-12-04 18:19 UTC
From: evsvit at hotmail dot com Assigned:
Status: No Feedback Package: Output Control
PHP Version: 4.2.3 OS: Win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
11 + 11 = ?
Subscribe to this entry?

 
 [2002-11-24 21:54 UTC] evsvit at hotmail dot com
When I installed PHP 4.2.3 on my PC I found IE returning JavaScripte errors. After reviewing contents of IE page and PHP code I found that whichever HTML parameter value is specified w/o quotes (for example "...<input type=hidden..." instead of "...<input type="hidden"..." or "...<input type='hidden'...") this value is being double quoted automatically (for example if in PHP page there is "...<input type=hidden...", when you do "View -> Source" in IE you see "...<input type="hidden"..."). This autocorrection looks very much like new feature that is supposed to be switcheable. At least, if it is an old feature, I just haven't met it before. All tryings to find in documentation how to switch it off didn't give any result.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-24 22:45 UTC] iliaa@php.net
I am guessing you are using sessions and consequently url_rewriter.tags is modifying your HTML. Try removing 'input=src' from url_rewriter.tags inside your php.ini.
 [2002-12-04 18:19 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 05:01:29 2024 UTC