From: Mattias Bengtsson Date: Mon, 5 Nov 2007 01:14:31 +0000 (+0000) Subject: -MFB, Right filename X-Git-Tag: RELEASE_1_3_1~745 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=547ba90c094e68a2f12e5d863a78323ef50d37c1;p=php -MFB, Right filename --- diff --git a/ext/gd/tests/bug43121.phpt b/ext/gd/tests/bug43121.phpt index eecf7d31e2..ce2d1d6f6f 100644 --- a/ext/gd/tests/bug43121.phpt +++ b/ext/gd/tests/bug43121.phpt @@ -9,7 +9,7 @@ Bug #43121 (gdImageFill with IMG_COLOR_TILED crashes httpd) $im = ImageCreate( 200, 100 ); $black = ImageColorAllocate( $im, 0, 0, 0 ); -$im_tile = ImageCreateFromGif( "transback.gif" ); +$im_tile = ImageCreateFromGif(dirname(__FILE__) . "/bug43121.gif" ); ImageSetTile( $im, $im_tile ); ImageFill( $im, 0, 0, IMG_COLOR_TILED );