felipe          Wed Jul  1 12:02:45 2009 UTC

  Modified files:              
    /php-src/ext/gd/tests       bug43073.phpt bug48555.phpt 
  Log:
  - Fixed tests
  
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug43073.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/gd/tests/bug43073.phpt
diff -u php-src/ext/gd/tests/bug43073.phpt:1.1 
php-src/ext/gd/tests/bug43073.phpt:1.2
--- php-src/ext/gd/tests/bug43073.phpt:1.1      Wed Mar 25 16:15:18 2009
+++ php-src/ext/gd/tests/bug43073.phpt  Wed Jul  1 12:02:45 2009
@@ -3,6 +3,7 @@
 --SKIPIF--
 <?php
        if(!extension_loaded('gd')){ die('skip gd extension not available'); }
+       if(!function_exists('imagettftext')) die('skip imagettftext() not 
available');
 ?>
 --FILE--
 <?php
http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug48555.phpt?r1=1.1&r2=1.2&diff_format=u
Index: php-src/ext/gd/tests/bug48555.phpt
diff -u php-src/ext/gd/tests/bug48555.phpt:1.1 
php-src/ext/gd/tests/bug48555.phpt:1.2
--- php-src/ext/gd/tests/bug48555.phpt:1.1      Sun Jun 21 05:59:25 2009
+++ php-src/ext/gd/tests/bug48555.phpt  Wed Jul  1 12:02:45 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