From 0799d2db84263987b7678d890f416b9edcbadeaa Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 18 Feb 2003 20:07:59 +0000 Subject: [PATCH] - Add check for proc_open() being available --- run-tests.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/run-tests.php b/run-tests.php index f393b5fedd..1744e0a02a 100755 --- a/run-tests.php +++ b/run-tests.php @@ -57,6 +57,19 @@ NO_PCRE_ERROR; exit; } +if (!function_exists("proc_open")) { + echo <<