]> granicus.if.org Git - php/commitdiff
check for required func
authorAntony Dovgal <tony2001@php.net>
Sun, 27 May 2007 14:39:21 +0000 (14:39 +0000)
committerAntony Dovgal <tony2001@php.net>
Sun, 27 May 2007 14:39:21 +0000 (14:39 +0000)
ext/standard/tests/file/filetype_variation.phpt

index bc9e1a107318dd41c6530a72256edfb2f3802027..09b961ef7e480b9bd32561ea9bbbd692bcdbc211 100644 (file)
@@ -5,6 +5,10 @@ Test filetype() function: Variations
 if (substr(PHP_OS, 0, 3) == 'WIN') {
     die('skip no fnmatch() on Windows');
 }
+if (!function_exists("posix_mkfifo")) {
+       die("skip no posix_mkfifo()");
+}
+?>
 --FILE--
 <?php
 /*