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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
46 - 11 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 03:01:29 2024 UTC