mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
MFH: document the hash name functionality available since 5.3
This commit is contained in:
parent
eb4446a812
commit
c08473090c
2 changed files with 6 additions and 0 deletions
|
@ -1614,6 +1614,9 @@ session.use_trans_sid = 0
|
||||||
; Possible Values
|
; Possible Values
|
||||||
; 0 (MD5 128 bits)
|
; 0 (MD5 128 bits)
|
||||||
; 1 (SHA-1 160 bits)
|
; 1 (SHA-1 160 bits)
|
||||||
|
; This option may also be set to the name of any hash function supported by
|
||||||
|
; the hash extension. A list of available hashes is returned by the hash_alogs()
|
||||||
|
; function.
|
||||||
; http://php.net/session.hash-function
|
; http://php.net/session.hash-function
|
||||||
session.hash_function = 0
|
session.hash_function = 0
|
||||||
|
|
||||||
|
|
|
@ -1622,6 +1622,9 @@ session.use_trans_sid = 0
|
||||||
; Possible Values
|
; Possible Values
|
||||||
; 0 (MD5 128 bits)
|
; 0 (MD5 128 bits)
|
||||||
; 1 (SHA-1 160 bits)
|
; 1 (SHA-1 160 bits)
|
||||||
|
; This option may also be set to the name of any hash function supported by
|
||||||
|
; the hash extension. A list of available hashes is returned by the hash_alogs()
|
||||||
|
; function.
|
||||||
; http://php.net/session.hash-function
|
; http://php.net/session.hash-function
|
||||||
session.hash_function = 0
|
session.hash_function = 0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue