derick          Wed Oct  9 09:54:21 2002 EDT

  Modified files:              
    /php4/ext/gd/tests  bug19266.phpt 
  Log:
  - Skip when GD is not available
  
  
Index: php4/ext/gd/tests/bug19266.phpt
diff -u php4/ext/gd/tests/bug19266.phpt:1.1 php4/ext/gd/tests/bug19266.phpt:1.2
--- php4/ext/gd/tests/bug19266.phpt:1.1 Wed Oct  9 09:48:28 2002
+++ php4/ext/gd/tests/bug19266.phpt     Wed Oct  9 09:54:21 2002
@@ -1,5 +1,7 @@
 --TEST--
 gdimagefill() function (Bug #19366 (in bundled libgd))
+--SKIPIF--
+<?php if (!extension_loaded('gd')) die("skip\n"); ?>
 --POST--
 --GET--
 --INI--



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to