sas Sun Jan 12 08:26:47 2003 EDT Modified files: /php4 php.ini-recommended Log: recommending SHA-1 as hash function Index: php4/php.ini-recommended diff -u php4/php.ini-recommended:1.123 php4/php.ini-recommended:1.124 --- php4/php.ini-recommended:1.123 Sun Jan 12 08:07:14 2003 +++ php4/php.ini-recommended Sun Jan 12 08:26:47 2003 @@ -894,7 +894,7 @@ ; Select a hash function ; 0: MD5 (128 bits, 32 characters, alphabet [0-9a-f]) ; 1: SHA-1 (160 bits, 32 characters, alphabet [0-9a-v]) -session.hash_function = 0 +session.hash_function = 1 ; The URL rewriter will look for URLs in a defined set of HTML tags. ; form/fieldset are special; if you include them here, the rewriter will
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php