ID: 14197 Updated by: sniper Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: Session related Operating System: Win32 (w2k) PHP Version: 4.0.6 New Comment:
Does this happen with latest RC: http://phpuk.org/~james/php-4.1.0RC3-win32.zip Previous Comments: ------------------------------------------------------------------------ [2001-11-23 09:04:12] [EMAIL PROTECTED] 1. standart php.ini, cookie disable, bug: ---php------------------------ <? session_start(); ?> <a a=\"a\"> <a a=\'a\'> ---output--------------------- <a a="\""a\"> <a a="\'a\'"> ------------------------------ 2. set [url_rewriter.tags=""] in php.ini - no problem 3. Real example in my program (bug in html+js code): ---php------------------------------------------ document.writeln('<frame name=\"kbd\" src=.... ---output--------------------------------------- document.writeln('<frame name="\""kbd\" src=.... ------------------------------------------------ ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=14197&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]