Skip to content

Commit 29065f3

Browse files
committed
adapt GHSA-9pqp-7h25-4f32 test for 7.x
1 parent bc574c2 commit 29065f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/basic/GHSA-9pqp-7h25-4f32.phpt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function test($boundaryLen) {
2121
getenv('TEST_PHP_CGI_EXECUTABLE'),
2222
'-C',
2323
'-n',
24+
'-dlog_errors=1',
2425
__DIR__ . '/GHSA-9pqp-7h25-4f32.inc',
2526
];
2627

@@ -92,11 +93,10 @@ array(1) {
9293

9394
Boundary len: 5117
9495
Starting...
96+
PHP Warning: Boundary too large in multipart/form-data POST data in Unknown on line 0
9597
X-Powered-By: %s
9698
Content-type: text/html; charset=UTF-8
9799

98-
<br />
99-
<b>Warning</b>: Boundary too large in multipart/form-data POST data in <b>Unknown</b> on line <b>0</b><br />
100100
Hello world
101101
array(0) {
102102
}

0 commit comments

Comments
 (0)