From: foobar Date: Mon, 9 May 2005 21:16:49 +0000 (+0000) Subject: - We skip tests when the extension is not loaded..in the php.ini X-Git-Tag: php-5.0.1b1~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d006097949f9eec001bf2fd4538f474a99cacd6;p=php - We skip tests when the extension is not loaded..in the php.ini --- 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) {