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
 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jan 15 04:01:28 2025 UTC