From 8d006097949f9eec001bf2fd4538f474a99cacd6 Mon Sep 17 00:00:00 2001 From: foobar Date: Mon, 9 May 2005 21:16:49 +0000 Subject: [PATCH] - We skip tests when the extension is not loaded..in the php.ini --- ext/mysqli/tests/connect.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index 138a7902c4..fb538558bb 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -2,10 +2,6 @@ /* default values are localhost, root and empty password Change the values if you use another configuration */ - if (!extension_loaded('mysqli')) { - @dl('mysqli.so'); - } - $driver = new mysqli_driver; if (!$driver->embedded) { -- 2.40.0