bug #1955386 [session] Overriding session.hash_bits_per_character
This commit is contained in:
@@ -13,6 +13,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
|
|||||||
- [interface] sanitize the after_field parameter,
|
- [interface] sanitize the after_field parameter,
|
||||||
thanks to Norman Hippert
|
thanks to Norman Hippert
|
||||||
- [structure] do not remove the BINARY attribute in drop-down
|
- [structure] do not remove the BINARY attribute in drop-down
|
||||||
|
- bug #1955386 [session] Overriding session.hash_bits_per_character
|
||||||
|
|
||||||
2.11.6.0 (2008-04-29)
|
2.11.6.0 (2008-04-29)
|
||||||
- bug #1903724 [interface] Displaying of very large queries in error message
|
- bug #1903724 [interface] Displaying of very large queries in error message
|
||||||
|
@@ -50,10 +50,8 @@ ini_set('session.bug_compat_42', false);
|
|||||||
ini_set('session.bug_compat_warn', true);
|
ini_set('session.bug_compat_warn', true);
|
||||||
|
|
||||||
// use more secure session ids (with PHP 5)
|
// use more secure session ids (with PHP 5)
|
||||||
if (version_compare(PHP_VERSION, '5.0.0', 'ge')
|
if (version_compare(PHP_VERSION, '5.0.0', 'ge')) {
|
||||||
&& substr(PHP_OS, 0, 3) != 'WIN') {
|
|
||||||
ini_set('session.hash_function', 1);
|
ini_set('session.hash_function', 1);
|
||||||
ini_set('session.hash_bits_per_character', 6);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// some pages (e.g. stylesheet) may be cached on clients, but not in shared
|
// some pages (e.g. stylesheet) may be cached on clients, but not in shared
|
||||||
|
Reference in New Issue
Block a user