File tree
16 files changed
+90
-36
lines changedFilter options
- src/Symfony/Component/HttpFoundation
- Session/Storage
- Handler
- Proxy
- Tests/Session/Storage
- Handler
- Proxy
16 files changed
+90
-36
lines changed+43Lines changed: 43 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
205 | 248 |
|
206 | 249 |
|
207 | 250 |
|
|
src/Symfony/Component/HttpFoundation/CHANGELOG.md
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/CHANGELOG.md+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
4 | 12 |
|
5 | 13 |
|
6 | 14 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcacheSessionHandler.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php+1-4Lines changed: 1 addition & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
23 | 21 |
|
24 |
| - |
25 |
| - |
26 | 22 |
|
27 | 23 |
|
28 | 24 |
|
29 | 25 |
|
30 | 26 |
|
31 | 27 |
|
32 | 28 |
|
| 29 | + |
33 | 30 |
|
34 | 31 |
|
35 | 32 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeSessionHandler.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 |
| - |
16 |
| - |
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
| ||
97 | 96 |
|
98 | 97 |
|
99 | 98 |
|
100 |
| - |
101 |
| - |
102 |
| - |
| 99 | + |
| 100 | + |
| 101 | + |
103 | 102 |
|
104 | 103 |
|
105 | 104 |
|
| ||
276 | 275 |
|
277 | 276 |
|
278 | 277 |
|
279 |
| - |
| 278 | + |
280 | 279 |
|
281 | 280 |
|
282 | 281 |
|
| ||
358 | 357 |
|
359 | 358 |
|
360 | 359 |
|
361 |
| - |
| 360 | + |
362 | 361 |
|
363 | 362 |
|
364 | 363 |
|
| ||
367 | 366 |
|
368 | 367 |
|
369 | 368 |
|
370 |
| - |
| 369 | + |
371 | 370 |
|
372 | 371 |
|
373 | 372 |
|
374 | 373 |
|
375 | 374 |
|
376 | 375 |
|
377 |
| - |
378 | 376 |
|
379 | 377 |
|
380 |
| - |
| 378 | + |
381 | 379 |
|
382 | 380 |
|
383 | 381 |
|
| ||
390 | 388 |
|
391 | 389 |
|
392 | 390 |
|
| 391 | + |
| 392 | + |
393 | 393 |
|
394 | 394 |
|
395 | 395 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php+2-3Lines changed: 2 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
| ||
24 | 23 |
|
25 | 24 |
|
26 | 25 |
|
27 |
| - |
28 |
| - |
| 26 | + |
| 27 | + |
29 | 28 |
|
30 | 29 |
|
31 | 30 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php+11-1Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
| ||
43 | 45 |
|
44 | 46 |
|
45 | 47 |
|
| 48 | + |
| 49 | + |
46 | 50 |
|
47 | 51 |
|
48 | 52 |
|
49 | 53 |
|
| 54 | + |
| 55 | + |
50 | 56 |
|
51 | 57 |
|
52 | 58 |
|
53 | 59 |
|
54 | 60 |
|
55 | 61 |
|
| 62 | + |
| 63 | + |
56 | 64 |
|
57 | 65 |
|
58 | 66 |
|
59 | 67 |
|
| 68 | + |
| 69 | + |
60 | 70 |
|
61 | 71 |
|
62 | 72 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/NativeProxy.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 |
| - |
| 17 | + |
16 | 18 |
|
17 |
| - |
| 19 | + |
18 | 20 |
|
19 | 21 |
|
20 | 22 |
|
|
src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php-7Lines changed: 0 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 | 15 |
|
18 | 16 |
|
19 | 17 |
|
| ||
23 | 21 |
|
24 | 22 |
|
25 | 23 |
|
26 |
| - |
27 |
| - |
28 |
| - |
29 |
| - |
30 |
| - |
31 | 24 |
|
32 | 25 |
|
33 | 26 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeSessionHandlerTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
| 24 | + |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
| 77 | + |
| 78 | + |
| 79 | + |
77 | 80 |
|
78 | 81 |
|
79 | 82 |
|
80 | 83 |
|
81 | 84 |
|
82 | 85 |
|
83 | 86 |
|
| 87 | + |
| 88 | + |
| 89 | + |
84 | 90 |
|
85 | 91 |
|
86 | 92 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/NativeProxyTest.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
|
0 commit comments