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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: evsvit at hotmail dot com
New email:
PHP Version: OS:

 

 [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 11:01:28 2024 UTC