php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #39592 missing session.use_trans_sid changeable declaration for PHP5
Submitted: 2006-11-22 17:43 UTC Modified: 2006-11-22 19:47 UTC
From: sammy- at gmx dot net Assigned:
Status: Not a bug Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
 [2006-11-22 17:43 UTC] sammy- at gmx dot net
Description:
------------
there is no statement for changeability in PHP 5

Reproduce code:
---------------
http://de3.php.net/manual/en/ref.session.php

section Runtime Configuration / Table 1. Session configuration options / session.use_trans_sid

Expected result:
----------------
PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP <= 5.

Actual result:
--------------
PHP_INI_ALL in PHP <= 4.2.3. PHP_INI_PERDIR in PHP < 5.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-11-22 19:47 UTC] nlopess@php.net
thats because it hasn't changed in php 5. It is now PHP_INI_ALL and the docs are correct.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Aug 07 15:00:03 2025 UTC