gwynne Fri, 17 Jul 2009 13:22:44 +0000
URL: http://svn.php.net/viewvc?view=revision&revision=284259
Changed paths:
U php/php-src/trunk/php.ini-development
U php/php-src/trunk/php.ini-production
Log:
document the hash name functionality available since 5.3
Modified: php/php-src/trunk/php.ini-development
===================================================================
--- php/php-src/trunk/php.ini-development 2009-07-17 13:17:20 UTC (rev
284258)
+++ php/php-src/trunk/php.ini-development 2009-07-17 13:22:44 UTC (rev
284259)
@@ -1614,6 +1614,9 @@
; 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
Modified: php/php-src/trunk/php.ini-production
===================================================================
--- php/php-src/trunk/php.ini-production 2009-07-17 13:17:20 UTC (rev
284258)
+++ php/php-src/trunk/php.ini-production 2009-07-17 13:22:44 UTC (rev
284259)
@@ -1622,6 +1622,9 @@
; 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
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php