diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2013-07-18 14:10:34 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2013-07-18 14:10:34 +0900 |
commit | 0a7c88884ec4ccf582711729c1799307b0136f2a (patch) | |
tree | e74d0f23dbee31e62d99b47ce2a3b8e03b8a6931 /php.ini-production | |
parent | 2a13fb106da1973ab4533315444fdafa3638df69 (diff) | |
parent | d6692514f8c7654aa71e4263d42f919dcf62ffa7 (diff) | |
download | php-git-0a7c88884ec4ccf582711729c1799307b0136f2a.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
Improve php.ini-* documentation
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production index 0553700be6..21dbe432f7 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1481,7 +1481,7 @@ session.gc_maxlifetime = 1440 ; collection through a shell script, cron entry, or some other method. ; For example, the following script would is the equivalent of ; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes): -; find /path/to/sessions -cmin +24 | xargs rm +; find /path/to/sessions -cmin +24 -type f | xargs rm ; PHP 4.2 and less have an undocumented feature/bug that allows you to ; to initialize a session variable in the global scope. |