Merge branch 'PHP-7.1'

* PHP-7.1:
  Fix typo in php.ini-* comment
This commit is contained in:
Yasuo Ohgaki 2016-12-03 14:23:35 +09:00
commit e837bc24ed
2 changed files with 2 additions and 2 deletions

View file

@ -1469,7 +1469,7 @@ session.use_trans_sid = 0
; Set session ID character length. This value could be between 22 to 256. ; Set session ID character length. This value could be between 22 to 256.
; Shorter length than default is supported only for compatibility reason. ; Shorter length than default is supported only for compatibility reason.
; Users should use 32 or more chars. ; Users should use 32 or more chars.
; http://php.net/session.sid_length ; http://php.net/session.sid-length
; Default Value: 32 ; Default Value: 32
; Development Value: 26 ; Development Value: 26
; Production Value: 26 ; Production Value: 26

View file

@ -1469,7 +1469,7 @@ session.use_trans_sid = 0
; Set session ID character length. This value could be between 22 to 256. ; Set session ID character length. This value could be between 22 to 256.
; Shorter length than default is supported only for compatibility reason. ; Shorter length than default is supported only for compatibility reason.
; Users should use 32 or more chars. ; Users should use 32 or more chars.
; http://php.net/session.sid_length ; http://php.net/session.sid-length
; Default Value: 32 ; Default Value: 32
; Development Value: 26 ; Development Value: 26
; Production Value: 26 ; Production Value: 26