diff options
Diffstat (limited to 'ext/gd/tests/bug72730.phpt')
-rw-r--r-- | ext/gd/tests/bug72730.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/bug72730.phpt b/ext/gd/tests/bug72730.phpt index e7c13cb5e9..a15252ea41 100644 --- a/ext/gd/tests/bug72730.phpt +++ b/ext/gd/tests/bug72730.phpt @@ -1,7 +1,7 @@ --TEST-- Bug #72730: imagegammacorrect allows arbitrary write access --SKIPIF-- -<?php +<?php if (!function_exists("imagecreatetruecolor")) die("skip"); ?> --FILE-- |