File tree Expand file tree Collapse file tree 6 files changed +3
-34
lines changed Expand file tree Collapse file tree 6 files changed +3
-34
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ IF _%1_==_AUTO_ (
6
6
)
7
7
8
8
IF _%2 _== __ (
9
- ECHO Usage %0 ^ < basedir^ > ^ < depth^ > ^ [^ hash_bits ^ ]
9
+ ECHO Usage %0 ^ < basedir^ > ^ < depth^ > ^ [^ bits ^ ]
10
10
ECHO .
11
11
ECHO Where ^ < basedir^ > is the session directory
12
12
ECHO ^ < depth^ > is the number of levels defined in session.save_path
13
- ECHO ^ [hash_bits ^ ] is the number of bits defined in session.hash_bits_per_character
13
+ ECHO ^ [bits ^ ] is the number of bits defined in session.sid_bits_per_character
14
14
EXIT /B 1
15
15
)
16
16
@@ -53,5 +53,5 @@ ECHO ERROR: Invalid depth : %2
53
53
EXIT /B 0
54
54
55
55
:BitsError
56
- ECHO ERROR: Invalid hash_bits : %3
56
+ ECHO ERROR: Invalid bits : %3
57
57
EXIT /B 0
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ Test basic function : variation2
3
3
--INI--
4
4
session.use_strict_mode=1
5
5
session.save_handler=files
6
- session.hash_bits_per_character=4
7
6
session.gc_probability=1
8
7
session.gc_divisor=1000
9
8
session.gc_maxlifetime=300
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ session.use_strict_mode=0
5
5
session.use_only_cookies=0
6
6
session.use_trans_sid=1
7
7
session.save_handler=files
8
- session.hash_bits_per_character=4
9
- session.hash_function=0
10
8
session.gc_probability=1
11
9
session.gc_divisor=1000
12
10
session.gc_maxlifetime=300
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ session.use_strict_mode=0
5
5
session.use_only_cookies=0
6
6
session.use_trans_sid=1
7
7
session.save_handler=files
8
- session.hash_bits_per_character=4
9
- session.hash_function=0
10
8
session.gc_probability=1
11
9
session.gc_divisor=1000
12
10
session.gc_maxlifetime=300
Original file line number Diff line number Diff line change @@ -5,8 +5,6 @@ session.use_strict_mode=0
5
5
session.use_only_cookies=0
6
6
session.use_trans_sid=1
7
7
session.save_handler=files
8
- session.hash_bits_per_character=4
9
- session.hash_function=0
10
8
session.gc_probability=1
11
9
session.gc_divisor=1000
12
10
session.gc_maxlifetime=300
You can’t perform that action at this time.
0 commit comments