]> granicus.if.org Git - php/commitdiff
MFH
authorSascha Schumann <sas@php.net>
Sat, 5 Apr 2003 11:40:40 +0000 (11:40 +0000)
committerSascha Schumann <sas@php.net>
Sat, 5 Apr 2003 11:40:40 +0000 (11:40 +0000)
php.ini-dist
php.ini-recommended

index b064fd6077965296bb309f6e6370cd5ed40c3642..4864b1f760178a66d4653d24cbde373b1d52a438 100644 (file)
@@ -831,11 +831,12 @@ session.serialize_handler = php
 
 ; Define the probability that the 'garbage collection' process is started
 ; on every session initialization.
-; The probability is calculated by using gc_probability/gc_dividend,
-; e.g. 1/100 means 1%.
+; The probability is calculated by using gc_probability/gc_divisor,
+; e.g. 1/100 means there is a 1% chance that the GC process starts
+; on each request.
 
 session.gc_probability = 1
-session.gc_dividend    = 100
+session.gc_divisor     = 100
 
 ; After this number of seconds, stored data will be seen as 'garbage' and
 ; cleaned up by the garbage collection process.
index 820097e530a8d9660a4b14d029527e036873f600..b413871a79c631b5ccfb956c3394cae5be5e5485 100644 (file)
@@ -837,11 +837,12 @@ session.serialize_handler = php
 
 ; Define the probability that the 'garbage collection' process is started
 ; on every session initialization.
-; The probability is calculated by using gc_probability/gc_dividend,
-; e.g. 1/100 means 1%.
+; The probability is calculated by using gc_probability/gc_divisor,
+; e.g. 1/100 means there is a 1% chance that the GC process starts
+; on each request.
 
 session.gc_probability = 1
-session.gc_dividend    = 1000
+session.gc_divisor     = 1000
 
 ; After this number of seconds, stored data will be seen as 'garbage' and
 ; cleaned up by the garbage collection process.