php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #28991 ini setting changes aren't being noted
Submitted: 2004-07-02 13:14 UTC Modified: 2004-09-18 20:44 UTC
From: jordi at jcanals dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: 4.3.7 OS: Irrelevant
Private report: No CVE-ID: None
 [2004-07-02 13:14 UTC] jordi at jcanals dot net
Description:
------------
About the parameter session.use_trans_sid

In /manual/en/ref.session.php says that is only setable in PHP_INI_SYSTEM | PHP_INI_PERDIR

While in /manual/en/function.ini-set.php sqys it is setable in PHP_INI_ALL

I think the first one is correct, and the second one is wrong I've tried it on my site, and setting it with ini_set seems not to work.

Regards,
Jordi.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-07-02 13:22 UTC] nlopess@php.net
session.use_trans_sid is PHP_INI_DIR for PHP 4 and PHP_INI_ALL for PHP 5.
 [2004-08-18 22:33 UTC] philip@php.net
The ini table generator should check for differences in PHP 4 and PHP 5 sources.  And ideally it would check an older version of PHP 4 as well, maybe 4.3.0... and note all changes.

Regarding this bug, one of these days all ini tables will be generated by the one script (which only generates the ini_set() one currently).  A few open bug reports exist on this.
 [2004-09-18 20:44 UTC] vrana@php.net
Please do not submit the same bug more than once. An existing
bug report already describes this very problem. Even if you feel
that your issue is somewhat different, the resolution is likely
to be the same. 

Thank you for your interest in PHP.

Dup of bug #18403.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 10:01:26 2024 UTC