Skip to content

Commit 09854f1

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: - add gd changes Conflicts: UPGRADING
2 parents 83e81c4 + ff7d7bb commit 09854f1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

ext/gd/gd.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5486,8 +5486,6 @@ PHP_FUNCTION(imageaffine)
54865486
pRect = NULL;
54875487
}
54885488

5489-
5490-
//int gdTransformAffineGetImage(gdImagePtr *dst, const gdImagePtr src, gdRectPtr src_area, const double affine[6]);
54915489
if (gdTransformAffineGetImage(&dst, src, pRect, affine) != GD_TRUE) {
54925490
RETURN_FALSE;
54935491
}

0 commit comments

Comments
 (0)