php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #65526 Directives user_ini.cache_ttl and user_ini.filename need documentation links
Submitted: 2013-08-22 20:13 UTC Modified: 2013-10-03 06:33 UTC
From: cevfora at elitemail dot org Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: Irrelevant OS:
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: cevfora at elitemail dot org
New email:
PHP Version: OS:

 

 [2013-08-22 20:13 UTC] cevfora at elitemail dot org
Description:
------------
DOCUMENTATION BUG: The 2 user_ini directives listed on the page titled "List of php.ini directives" at 

http://php.net/manual/en/ini.list.php

require links to documentation.

user_ini.cache_ttl 	"300" 	PHP_INI_SYSTEM 	Available since PHP 5.3.0.
user_ini.filename 	".user.ini" 	PHP_INI_SYSTEM 	Available since PHP 5.3.0.

SUGGESTION: The links could point to the page

http://php.net/manual/en/configuration.file.per-user.php

where there is the following documentation.

"Two new INI directives, user_ini.filename and user_ini.cache_ttl control the use of user INI files.

user_ini.filename sets the name of the file PHP looks for in each directory; if set to an empty string, PHP doesn't scan at all. The default is .user.ini.

user_ini.cache_ttl controls how often user INI files are re-read. The default is 300 seconds (5 minutes)."







Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-10-03 06:33 UTC] krakjoe@php.net
-Status: Open +Status: Not a bug
 [2013-10-03 06:33 UTC] krakjoe@php.net
The INI list is not meant to function as a sitemap for the manual, it is meant to provide an exhaustive list, but does not necessarily have to link to the manual.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 18:01:28 2024 UTC