From: Derick Rethans Date: Tue, 18 Feb 2003 20:07:59 +0000 (+0000) Subject: - Add check for proc_open() being available X-Git-Tag: RELEASE_0_5~899 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0799d2db84263987b7678d890f416b9edcbadeaa;p=php - Add check for proc_open() being available --- 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 <<