blob: 512d13f01e92ed7bf04a1d5cd2157c1bb5c9ec64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
=====================================================================
FAILED TEST SUMMARY
---------------------------------------------------------------------
session_start() with partitioned cookies - header test [ext/session/tests/session_start_partitioned_headers.phpt]
Bug #80774 (session_name() problem with backslash) [ext/session/tests/bug80774.phpt]
Test session_regenerate_id() function : basic functionality [ext/session/tests/session_regenerate_id_cookie.phpt]
GH-9200: setcookie has an obsolete expires date format [ext/session/tests/gh9200.phpt]
=====================================================================
TEST FAILURE: ../ext/session/tests/gh9200.diff --
001- Success
001+ Fail
-- ../ext/session/tests/gh9200.diff result ends.
TEST FAILURE: ../ext/session/tests/session_regenerate_id_cookie.diff --
--
Expires: %s
Cache-Control: no-store, no-cache, must-revalidate
Pragma: no-cache
006- Set-Cookie: PHPSESSID=%s; path=/; HttpOnly; SameSite=Lax
006+ Set-Cookie: PHPSESSID=6fcb4df728ddaf8f543c61addb126137; path=/
Content-type: text/html; charset=UTF-8
bool(true)
010- Set-Cookie: PHPSESSID=%s; path=/; HttpOnly; SameSite=Lax
010+ Set-Cookie: PHPSESSID=de3db7c9522b951542e7d4be32adde18; path=/
bool(true)
bool(true)
013- Set-Cookie: PHPSESSID=%s; path=/; HttpOnly; SameSite=Lax
013+ Set-Cookie: PHPSESSID=6fcb4df728ddaf8f543c61addb126137; path=/
bool(true)
bool(true)
string(32) "%s"
--
-- ../ext/session/tests/session_regenerate_id_cookie.diff result ends.
TEST FAILURE: ../ext/session/tests/bug80774.diff --
001- Set-Cookie: foo\bar=12345; path=/; HttpOnly; SameSite=Lax
001+ Set-Cookie: foo\bar=12345; path=/
--HEADERS--
-- ../ext/session/tests/bug80774.diff result ends.
TEST FAILURE: ../ext/session/tests/session_start_partitioned_headers.diff --
001- Set-Cookie: PHPSESSID=12345; path=/; secure; Partitioned; HttpOnly; SameSite=Lax
001+ Set-Cookie: PHPSESSID=12345; path=/; secure; Partitioned
--HEADERS--
-- ../ext/session/tests/session_start_partitioned_headers.diff result ends.
|