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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user