pajoye Thu Mar 18 13:41:33 2004 EDT Modified files: /php-src/ext/gd/tests bug27582_2.phpt Log: - Fix the test description and $Id$ http://cvs.php.net/diff.php/php-src/ext/gd/tests/bug27582_2.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/gd/tests/bug27582_2.phpt diff -u php-src/ext/gd/tests/bug27582_2.phpt:1.1 php-src/ext/gd/tests/bug27582_2.phpt:1.2 --- php-src/ext/gd/tests/bug27582_2.phpt:1.1 Sat Mar 13 18:22:56 2004 +++ php-src/ext/gd/tests/bug27582_2.phpt Thu Mar 18 13:41:32 2004 @@ -1,5 +1,5 @@ --TEST-- -Bug #24594 (Filling an area using tiles). +Bug #27582 (Filling to border an area using tiles). --SKIPIF-- <?php if (!extension_loaded('gd')) { @@ -11,7 +11,7 @@ ?> --FILE-- <?php -/* $id */ +/* $Id: bug27582_2.phpt,v 1.2 2004/03/18 18:41:32 pajoye Exp $ */ /* * This test segfaults with the current imagefilltoborder * implementation. A rewrite of this function is required
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php