php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6920 Trans-sid not following frameset links
Submitted: 2000-09-28 03:44 UTC Modified: 2000-09-28 05:39 UTC
From: mwhite at madriver dot k12 dot oh dot us Assigned:
Status: Closed Package: Session related
PHP Version: 4.0.2 OS: FreeBSD 3.5
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mwhite at madriver dot k12 dot oh dot us
New email:
PHP Version: OS:

 

 [2000-09-28 03:44 UTC] mwhite at madriver dot k12 dot oh dot us
In PHP 4.0.2, which PHP is compiled with -ENABLE-TRANS-SID, it will not append the SID to links in framesets.

In PHP 4.0.1pl2 it would do this correctly, but in 4.0.2 it only seems to follow links which begin with A HREF.

PHP was compiled with the following command line:

./configure \
 --with-mysql=/usr/local \
 --with-apxs=/usr/local/sbin/apxs \
 --enable-trans-sid \
 --with-ldap=/usr/local

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-28 05:39 UTC] sas@php.net
Fixed in CVS. Please try a snapshot from http://snaps.php.net (or if that is down, http://php.net/~sas/ ).
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC