From a074d094a2e7a3e8746f1c4818460b68c6dcb6b5 Mon Sep 17 00:00:00 2001 From: Mattias Bengtsson Date: Mon, 5 Nov 2007 01:14:44 +0000 Subject: [PATCH] -MFB, Right filename --- ext/gd/tests/bug43121.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.50.1