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).
44gd
55--SKIPIF--
66<?php
7- if (!function_exists ("imagerotate " )) die ("skip requires imagerotate function " );
87 if (!(imagetypes () & IMG_PNG )) {
98 die ("skip No PNG support " );
109 }
Original file line number Diff line number Diff line change 22Bug #39366 (imagerotate does not respect alpha with angles>45)
33--EXTENSIONS--
44gd
5- --SKIPIF--
6- <?php
7- if (!function_exists ("imagerotate " )) die ("skip requires imagerotate function " );
8- ?>
95--FILE--
106<?php
117
Original file line number Diff line number Diff line change 22imagerotate() overflow with negative numbers
33--EXTENSIONS--
44gd
5- --SKIPIF--
6- <?php
7- if (!function_exists ('imagerotate ' )) {
8- die ("skip imagerotate() not available. " );
9- }
10- ?>
115--FILE--
126<?php
137
You can’t perform that action at this time.
0 commit comments