php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14197 please read example...
Submitted: 2001-11-23 09:04 UTC Modified: 2001-12-15 08:29 UTC
From: 9 at yandex dot ru Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.6 OS: Win32 (w2k)
Private report: No CVE-ID: None
 [2001-11-23 09:04 UTC] 9 at yandex dot ru
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=....
------------------------------------------------

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-11-24 18:09 UTC] sniper@php.net
Does this happen with latest RC:

http://phpuk.org/~james/php-4.1.0RC3-win32.zip

 [2001-12-15 08:29 UTC] sander@php.net
No feedback. Closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 03 08:01:30 2024 UTC