felipe          Wed Jul  1 12:20:08 2009 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/gd/tests       bug48555.phpt 
  Log:
  - Fix test
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug48555.phpt?r1=1.1.4.2&r2=1.1.4.3&diff_format=u
Index: php-src/ext/gd/tests/bug48555.phpt
diff -u php-src/ext/gd/tests/bug48555.phpt:1.1.4.2 
php-src/ext/gd/tests/bug48555.phpt:1.1.4.3
--- php-src/ext/gd/tests/bug48555.phpt:1.1.4.2  Mon Jun 22 15:50:18 2009
+++ php-src/ext/gd/tests/bug48555.phpt  Wed Jul  1 12:20:08 2009
@@ -3,6 +3,7 @@
 --SKIPIF--
 <?php
        if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+       if(!function_exists('imageftbbox')) die('skip imageftbbox() not 
available');
 ?>
 --FILE--
 <?php



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

Reply via email to