mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix spelling
This commit is contained in:
parent
68c10efe1b
commit
70bd8c71b5
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ session.cookie_path = / ; the path the cookie is valid for
|
||||||
session.cookie_domain = ; the domain the cookie is valid for
|
session.cookie_domain = ; the domain the cookie is valid for
|
||||||
session.serialize_handler = php ; handler used to serialize data
|
session.serialize_handler = php ; handler used to serialize data
|
||||||
; php is the standard serializer of PHP
|
; php is the standard serializer of PHP
|
||||||
session.gc_probability = 1 ; procentual probability that the
|
session.gc_probability = 1 ; percentual probability that the
|
||||||
; 'garbage collection' process is started
|
; 'garbage collection' process is started
|
||||||
; on every session initialization
|
; on every session initialization
|
||||||
session.gc_maxlifetime = 1440 ; after this number of seconds, stored
|
session.gc_maxlifetime = 1440 ; after this number of seconds, stored
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue