Skip to content

Commit 68e2da6

Browse files
jdreesencmb69
authored andcommitted
Fix typo in php.ini comment
1 parent 2b5fc8e commit 68e2da6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,8 +1449,8 @@ session.gc_maxlifetime = 1440
14491449
; (see session.save_path above), then garbage collection does *not*
14501450
; happen automatically. You will need to do your own garbage
14511451
; collection through a shell script, cron entry, or some other method.
1452-
; For example, the following script would is the equivalent of
1453-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1452+
; For example, the following script is the equivalent of setting
1453+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14541454
; find /path/to/sessions -cmin +24 -type f | xargs rm
14551455

14561456
; Check HTTP Referer to invalidate externally stored URLs containing ids.

php.ini-production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1451,8 +1451,8 @@ session.gc_maxlifetime = 1440
14511451
; (see session.save_path above), then garbage collection does *not*
14521452
; happen automatically. You will need to do your own garbage
14531453
; collection through a shell script, cron entry, or some other method.
1454-
; For example, the following script would is the equivalent of
1455-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1454+
; For example, the following script is the equivalent of setting
1455+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14561456
; find /path/to/sessions -cmin +24 -type f | xargs rm
14571457

14581458
; Check HTTP Referer to invalidate externally stored URLs containing ids.

0 commit comments

Comments
 (0)