php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #80315 Functions in "Runtime Configuration" should be listed in alphabetical order.
Submitted: 2020-11-04 11:25 UTC Modified: 2020-11-04 11:28 UTC
From: hen20-xmp at yahoo dot co dot jp Assigned:
Status: Open Package: Documentation problem
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2020-11-04 11:25 UTC] hen20-xmp at yahoo dot co dot jp
Description:
------------
Functions in "Runtime Configuration" should be listed in alphabetical order.

eg. 
A Runtime Configuration (for Sessions) page (https://www.php.net/manual/en/session.configuration.php) shows many functions listed in unknown order.

But this order is totally different from the one in phpinfo() page. So this fact makes difficult for engineers to check completely all the security settings and make them to spend more time. 

I think "alphabetical order" is the best and why don't we standardize it ?

Test script:
---------------
eg. 
A Runtime Configuration (for Sessions) page (https://www.php.net/manual/en/session.configuration.php) shows ...

session.save_path
session.n...
session.s...
session.a...
session.g...
...
session.s...
session.c...
session.u...
session.r...
session.c...
session.u...
session.t...
session.s...
session.u...
session.l...
url_r...
session.h...
session.e...
session.b...


Expected result:
----------------
session.a...
session.b...
session.c...
...
url_r...


Actual result:
--------------
session.save_path
session.n...
session.s...
session.a...
session.g...
...
session.s...
session.c...
session.u...
session.r...
session.c...
session.u...
session.t...
session.s...
session.u...
session.l...
url_r...
session.h...
session.e...
session.b...


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2020-11-04 11:28 UTC] salathe@php.net
-Type: Documentation Problem +Type: Feature/Change Request -Package: Unknown/Other Function +Package: Documentation problem
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 19:01:28 2024 UTC