File tree Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Expand file tree Collapse file tree 3 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ Bug #24155 (gdImageRotate270 rotation problem).
4
4
gd
5
5
--SKIPIF--
6
6
<?php
7
- if (!function_exists ("imagerotate " )) die ("skip requires imagerotate function " );
8
7
if (!(imagetypes () & IMG_PNG )) {
9
8
die ("skip No PNG support " );
10
9
}
Original file line number Diff line number Diff line change 2
2
Bug #39366 (imagerotate does not respect alpha with angles>45)
3
3
--EXTENSIONS--
4
4
gd
5
- --SKIPIF--
6
- <?php
7
- if (!function_exists ("imagerotate " )) die ("skip requires imagerotate function " );
8
- ?>
9
5
--FILE--
10
6
<?php
11
7
Original file line number Diff line number Diff line change 2
2
imagerotate() overflow with negative numbers
3
3
--EXTENSIONS--
4
4
gd
5
- --SKIPIF--
6
- <?php
7
- if (!function_exists ('imagerotate ' )) {
8
- die ("skip imagerotate() not available. " );
9
- }
10
- ?>
11
5
--FILE--
12
6
<?php
13
7
You can’t perform that action at this time.
0 commit comments