From: foobar Date: Fri, 8 Jul 2005 21:46:23 +0000 (+0000) Subject: Sanitazione X-Git-Tag: php-5.1.0b3~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0d7215b81ba78d9115eaad8209001bd0e9d24b4;p=php Sanitazione --- diff --git a/run-tests.php b/run-tests.php index f0ac9eb116..452a8bda45 100755 --- a/run-tests.php +++ b/run-tests.php @@ -23,25 +23,17 @@ +----------------------------------------------------------------------+ */ -/* - Require exact specification of PHP executable to test (no guessing!). - Die if any internal errors encountered in test script. - Regularized output for simpler post-processing of output. - Optionally output error lines indicating the failing test source and log - for direct jump with MSVC or Emacs. -*/ +/* $Id$ */ /* * TODO: * - do not test PEAR components if base class and/or component class cannot be instanciated */ - /* Sanity check to ensure that pcre extension needed by this script is available. * In the event it is not, print a nice error message indicating that this script will * not run without it. */ - if (!extension_loaded("pcre")) { echo <<