diff options
| author | Felipe Pena <felipe@php.net> | 2009-07-01 12:15:00 +0000 |
|---|---|---|
| committer | Felipe Pena <felipe@php.net> | 2009-07-01 12:15:00 +0000 |
| commit | d9061f95fabcb5f03e81cfc1c429dde17208eaab (patch) | |
| tree | 88bebd015d3873c8384ce6b273409fc4d9b90bac /ext | |
| parent | 3d7b3c8bb24416faa82723b30166846baf271eda (diff) | |
| download | php-git-d9061f95fabcb5f03e81cfc1c429dde17208eaab.tar.gz | |
- Fix test
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/gd/tests/bug48555.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/tests/bug48555.phpt b/ext/gd/tests/bug48555.phpt index a505f00330..24b142a279 100644 --- a/ext/gd/tests/bug48555.phpt +++ b/ext/gd/tests/bug48555.phpt @@ -3,6 +3,7 @@ Bug #48555 (ImageFTBBox() differs from previous versions for texts with new line --SKIPIF-- <?php if(!extension_loaded('gd')){ die('skip gd extension not available'); } + if(!function_exists('imageftbbox')) die('skip imageftbbox() not available'); ?> --FILE-- <?php |
