php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7522 phpinfo() images don't work with enable-trans-sid
Submitted: 2000-10-29 14:51 UTC Modified: 2000-10-30 12:02 UTC
From: stefan at fostam dot franken dot de Assigned:
Status: Closed Package: PHP options/info functions
PHP Version: 4.0.3pl1 OS: Linux/Intel
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: stefan at fostam dot franken dot de
New email:
PHP Version: OS:

 

 [2000-10-29 14:51 UTC] stefan at fostam dot franken dot de
When PHP is compiled with the --enable-trans-sid option and Cookies are not available, it puts the current session id as GET option to all links. Unfortunately, functions that are used to display the images in phpinfo() don't like to be called with any options (http://mysite/info.php?=PHPE95...&PHPSESSID=.....) and thus cannot be displayed at all.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-30 12:02 UTC] sniper@php.net
phpinfo() isn't supposed to be used for anything
but debugging. If you need to have phpinfo() somewhere,
don't use session_start() or session_register() on same 
page.

--Jani
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 23:01:26 2024 UTC