diff options
| author | Sascha Schumann <sas@php.net> | 2003-01-12 13:26:47 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2003-01-12 13:26:47 +0000 |
| commit | c79e780f5cfb207a8f84787c9db493e7922d33ae (patch) | |
| tree | 31f8bd4bad189a8b75d76402f8c84de34fe45acb /php.ini-recommended | |
| parent | 2f7f1dd1b800add344c77279c2daa40272fc77d5 (diff) | |
| download | php-git-c79e780f5cfb207a8f84787c9db493e7922d33ae.tar.gz | |
recommending SHA-1 as hash function
Diffstat (limited to 'php.ini-recommended')
| -rw-r--r-- | php.ini-recommended | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 8d6990aa86..023618f307 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -894,7 +894,7 @@ session.use_trans_sid = 0 ; 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 |
