From: Gwynne Raskind Date: Fri, 17 Jul 2009 13:22:44 +0000 (+0000) Subject: document the hash name functionality available since 5.3 X-Git-Tag: php-5.4.0alpha1~191^2~3080 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02ab328b7bb879b8fed43ae1110916a58fc9c542;p=php document the hash name functionality available since 5.3 --- diff --git a/php.ini-development b/php.ini-development index 56dbf86ac9..cb994bdf11 100644 --- a/php.ini-development +++ b/php.ini-development @@ -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 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