From:             [EMAIL PROTECTED]
Operating system: Win32
PHP version:      4.2.3
PHP Bug Type:     Output Control
Bug description:  HTML tag paremeter is double-quoted automatically

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

Reply via email to