Skip to content

Commit 7a0359d

Browse files
committed
Merge branch 'v1.15'
* v1.15: PHPC-2208: Fix fragile assertion on session IDs (#1414)
2 parents b005fd0 + 3485bca commit 7a0359d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

tests/session/session-debug-001.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
2323
["id"]=>
2424
object(MongoDB\BSON\Binary)#%d (%d) {
2525
["data"]=>
26-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
26+
string(16) "%a"
2727
["type"]=>
2828
int(4)
2929
}

tests/session/session-debug-002.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
2626
["id"]=>
2727
object(MongoDB\BSON\Binary)#%d (%d) {
2828
["data"]=>
29-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
29+
string(16) "%a"
3030
["type"]=>
3131
int(4)
3232
}

tests/session/session-debug-003.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
2323
["id"]=>
2424
object(MongoDB\BSON\Binary)#%d (%d) {
2525
["data"]=>
26-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
26+
string(16) "%a"
2727
["type"]=>
2828
int(4)
2929
}

tests/session/session-debug-005.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
3434
["id"]=>
3535
object(MongoDB\BSON\Binary)#%d (%d) {
3636
["data"]=>
37-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
37+
string(16) "%a"
3838
["type"]=>
3939
int(4)
4040
}

tests/session/session-debug-006.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
3232
["id"]=>
3333
object(MongoDB\BSON\Binary)#%d (%d) {
3434
["data"]=>
35-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
35+
string(16) "%a"
3636
["type"]=>
3737
int(4)
3838
}

tests/session/session-debug-007.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object(MongoDB\Driver\Session)#%d (%d) {
2323
["id"]=>
2424
object(MongoDB\BSON\Binary)#%d (%d) {
2525
["data"]=>
26-
string(16) "%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c%c"
26+
string(16) "%a"
2727
["type"]=>
2828
int(4)
2929
}

0 commit comments

Comments
 (0)