tony2001 Wed Jul 30 09:58:55 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/tests bug44849.phpt Log: enable this test on all platforms, no reason to limit it windows only http://cvs.php.net/viewvc.cgi/php-src/ext/gd/tests/bug44849.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u Index: php-src/ext/gd/tests/bug44849.phpt diff -u php-src/ext/gd/tests/bug44849.phpt:1.1.2.1 php-src/ext/gd/tests/bug44849.phpt:1.1.2.2 --- php-src/ext/gd/tests/bug44849.phpt:1.1.2.1 Wed Jul 30 01:37:54 2008 +++ php-src/ext/gd/tests/bug44849.phpt Wed Jul 30 09:58:55 2008 @@ -2,8 +2,7 @@ Bug #44849 (imagecolorclosesthwb is not available on Windows) --SKIPIF-- <?php - if(!extension_loaded('gd')){ die('skip: gd extension not available'); } - if(strtoupper(substr(PHP_OS, 0, 3)) != 'WIN'){ die('skip: not a Windows operating system'); } + if(!extension_loaded('gd')){ die('skip gd extension not available'); } ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php