1
0
mirror of https://github.com/php/php-src.git synced 2026-04-19 14:01:01 +02:00

Merge branch 'PHP-5.5'

* PHP-5.5:
  - add gd changes

Conflicts:
	UPGRADING
This commit is contained in:
Pierre Joye
2013-03-20 12:34:51 +01:00

View File

@@ -5486,8 +5486,6 @@ PHP_FUNCTION(imageaffine)
pRect = NULL;
}
//int gdTransformAffineGetImage(gdImagePtr *dst, const gdImagePtr src, gdRectPtr src_area, const double affine[6]);
if (gdTransformAffineGetImage(&dst, src, pRect, affine) != GD_TRUE) {
RETURN_FALSE;
}