diff options
author | Gwynne Raskind <gwynne@php.net> | 2009-07-17 13:22:56 +0000 |
---|---|---|
committer | Gwynne Raskind <gwynne@php.net> | 2009-07-17 13:22:56 +0000 |
commit | c08473090cfd776ef6b19e17650ae597010fd852 (patch) | |
tree | c3d4b162bc2f5111a9f639f791a95e73fa594a69 /php.ini-production | |
parent | eb4446a81234d32d5c24a26a54d1f0e19d50db12 (diff) | |
download | php-git-c08473090cfd776ef6b19e17650ae597010fd852.tar.gz |
MFH: document the hash name functionality available since 5.3
Diffstat (limited to 'php.ini-production')
-rw-r--r-- | php.ini-production | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/php.ini-production b/php.ini-production index 35bd9b31d2..3ef0957d75 100644 --- a/php.ini-production +++ b/php.ini-production @@ -1622,6 +1622,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 |