MFH: document the hash name functionality available since 5.3

This commit is contained in:
Gwynne Raskind 2009-07-17 13:22:56 +00:00
parent eb4446a812
commit c08473090c
2 changed files with 6 additions and 0 deletions

View file

@ -1614,6 +1614,9 @@ session.use_trans_sid = 0
; Possible Values
; 0 (MD5 128 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
session.hash_function = 0