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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Sat Jul 12 13:01:33 2025 UTC