diff options
Diffstat (limited to 'php.ini-dist')
| -rw-r--r-- | php.ini-dist | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist index 006ea59495..019352cdad 100644 --- a/php.ini-dist +++ b/php.ini-dist @@ -63,6 +63,17 @@ ; defaults (that is, if no php.ini is used, or if you delete these lines, ; the builtin defaults will be identical). +;;;;;;;;;;;;;;;;;;;; +; php.ini Options ; +;;;;;;;;;;;;;;;;;;;; +; Name for user-defined php.ini (.htaccess) files. Default is ".user.ini" +;user_ini.filename = ".user.ini" + +; To disable this feature set this option to empty value +;user_ini.filename = + +; TTL for user-defined php.ini files (time-to-live) in seconds. Default is 300 seconds (5 minutes) +;user_ini.cache_ttl = 300 ;;;;;;;;;;;;;;;;;;;; ; Language Options ; |
