]> granicus.if.org Git - php/commitdiff
Test requires mbstring – skip if not available
authorChristoph M. Becker <cmbecker69@gmx.de>
Wed, 11 Oct 2017 13:27:56 +0000 (15:27 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 11 Oct 2017 13:27:56 +0000 (15:27 +0200)
ext/exif/tests/bug64739.phpt

index 8cd29ff1ac4a444864c91aeacba8165e398a2c98..453cc88495aefb0626855ae50a5054905f4bc0fc 100644 (file)
@@ -3,6 +3,7 @@ Bug #64739 (Invalid Title and Author data returned)
 --SKIPIF--
 <?php
 extension_loaded("exif") or die("skip need exif");
+if (!extension_loaded('mbstring')) die('skip mbstring extension not available');
 ?>
 --FILE--
 <?php