php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #25358 changed option withou a note changelog
Submitted: 2003-09-02 06:44 UTC Modified: 2003-09-02 08:10 UTC
From: matschek at gmx dot de Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.2 OS: Win32, Linux
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: matschek at gmx dot de
New email:
PHP Version: OS:

 

 [2003-09-02 06:44 UTC] matschek at gmx dot de
Description:
------------
The documentation says for the php.ini - option "session.use_trans_sid":

> Name Default Changeable 
> session.use_trans_sid "1" PHP_INI_SYSTEM|PHP_INI_PERDIR 

Prior to PHP 4.3.0 "session.use_trans_sid" was changeable at "PHP_INI_ALL". 
It changed without any notice in the changelog, so this causes much trouble because code cannot be updated if you don't know about this.
Also I don't understand why this has changed, it makes programming much more uncomfortable if you have to use .htaccess-files to modify this option for a single script (i.e. a download.php which passes just much data to the client)


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-09-02 08:10 UTC] sniper@php.net
See bug #14991 for reason for the change.


 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Nov 19 20:00:01 2025 UTC