Skip to content

Commit 2d6d1ec

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Shrink another large image
2 parents 82e4ad3 + 2d96fdd commit 2d6d1ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ext/standard/tests/image/getimagesize.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@ array(16) {
5757
["test1bpix.bmp"]=>
5858
array(6) {
5959
[0]=>
60-
int(500)
60+
int(1)
6161
[1]=>
62-
int(345)
62+
int(1)
6363
[2]=>
6464
int(6)
6565
[3]=>
66-
string(24) "width="500" height="345""
66+
string(20) "width="1" height="1""
6767
["bits"]=>
6868
int(32)
6969
["mime"]=>
-674 KB
Binary file not shown.

0 commit comments

Comments
 (0)