Skip to content

Commit b48c05a

Browse files
committed
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix typo in php.ini comment
2 parents c5159b3 + 68e2da6 commit b48c05a

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
@@ -1422,8 +1422,8 @@ session.gc_maxlifetime = 1440
14221422
; (see session.save_path above), then garbage collection does *not*
14231423
; happen automatically. You will need to do your own garbage
14241424
; collection through a shell script, cron entry, or some other method.
1425-
; For example, the following script would is the equivalent of
1426-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1425+
; For example, the following script is the equivalent of setting
1426+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14271427
; find /path/to/sessions -cmin +24 -type f | xargs rm
14281428

14291429
; 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
@@ -1426,8 +1426,8 @@ session.gc_maxlifetime = 1440
14261426
; (see session.save_path above), then garbage collection does *not*
14271427
; happen automatically. You will need to do your own garbage
14281428
; collection through a shell script, cron entry, or some other method.
1429-
; For example, the following script would is the equivalent of
1430-
; setting session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
1429+
; For example, the following script is the equivalent of setting
1430+
; session.gc_maxlifetime to 1440 (1440 seconds = 24 minutes):
14311431
; find /path/to/sessions -cmin +24 -type f | xargs rm
14321432

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

0 commit comments

Comments
 (0)