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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: hen20-xmp at yahoo dot co dot jp
New email:
PHP Version: OS:

 

 [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 26 19:01:29 2024 UTC