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
 [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 Mar 29 00:01:28 2024 UTC