From: [EMAIL PROTECTED] Operating system: Win32 (w2k) PHP version: 4.0.6 PHP Bug Type: Session related Bug description: please read example...
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 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]