From 1a3c8e6289e9de2d24e07b33420b788969b986e9 Mon Sep 17 00:00:00 2001 From: Markus Fischer Date: Wed, 8 May 2002 07:23:54 +0000 Subject: [PATCH] - Add a warning if running with safe_mode enabled. --- run-tests.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/run-tests.php b/run-tests.php index f19b9ea290..2496ea6c72 100755 --- a/run-tests.php +++ b/run-tests.php @@ -25,6 +25,22 @@ * - do not test PEAR components if base class and/or component class cannot be instanciated */ +if (ini_get('safe_mode')) { + echo <<