]> granicus.if.org Git - php/commitdiff
Improve php.ini-* documentation
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 18 Jul 2013 05:08:28 +0000 (14:08 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 18 Jul 2013 05:08:28 +0000 (14:08 +0900)
php.ini-development
php.ini-production

index aee8b4837ab1c18f9356f907ac6e2cdbfa7a5271..28eb9ed54522d9a6f78ff6b88d7d03402db82056 100644 (file)
@@ -1474,7 +1474,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.
index 2df1264adf119f95bf797d7d02018bb9838eb413..46b06eef10c3a7db5de34c5af863e75266efd910 100644 (file)
@@ -1474,7 +1474,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.