From:             matschek at gmx dot de
Operating system: Win32, Linux
PHP version:      4.3.2
PHP Bug Type:     Documentation problem
Bug description:  changed option withou a note changelog

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)


-- 
Edit bug report at http://bugs.php.net/?id=25358&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25358&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25358&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25358&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25358&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25358&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25358&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25358&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25358&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25358&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25358&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25358&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25358&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25358&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25358&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25358&r=gnused

Reply via email to