]> granicus.if.org Git - php/commitdiff
document the hash name functionality available since 5.3
authorGwynne Raskind <gwynne@php.net>
Fri, 17 Jul 2009 13:22:44 +0000 (13:22 +0000)
committerGwynne Raskind <gwynne@php.net>
Fri, 17 Jul 2009 13:22:44 +0000 (13:22 +0000)
php.ini-development
php.ini-production

index 56dbf86ac9bbb9277495e2813188f2a90bc3c5ab..cb994bdf116868ae56134ebbb785e79e0785cf8d 100644 (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
 
index 35bd9b31d2b36f86518ec2811b3a89e98c2b17f7..3ef0957d75ee38153826f8390975af831f1abb58 100644 (file)
@@ -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