mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-7.1'
* PHP-7.1: Fix typo in php.ini-* comment
This commit is contained in:
commit
e837bc24ed
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue