Skip to content

Commit 4c0ddd0

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Fix typo in php.ini comment
2 parents 9a8f735 + b48c05a commit 4c0ddd0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

php.ini-development

+2-2
Original file line numberDiff line numberDiff line change
@@ -1412,8 +1412,8 @@ session.gc_maxlifetime = 1440
14121412
; (see session.save_path above), then garbage collection does *not*
14131413
; happen automatically. You will need to do your own garbage
14141414
; collection through a shell script, cron entry, or some other method.
1415-
; For example, the following script would is the equivalent of
1416-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1415+
; For example, the following script is the equivalent of setting
1416+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14171417
; find /path/to/sessions -cmin +24 -type f | xargs rm
14181418

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

php.ini-production

+2-2
Original file line numberDiff line numberDiff line change
@@ -1414,8 +1414,8 @@ session.gc_maxlifetime = 1440
14141414
; (see session.save_path above), then garbage collection does *not*
14151415
; happen automatically. You will need to do your own garbage
14161416
; collection through a shell script, cron entry, or some other method.
1417-
; For example, the following script would is the equivalent of
1418-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1417+
; For example, the following script is the equivalent of setting
1418+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14191419
; find /path/to/sessions -cmin +24 -type f | xargs rm
14201420

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

0 commit comments

Comments
 (0)