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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: 9 at yandex dot ru
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Sun Oct 06 03:01:27 2024 UTC