]> granicus.if.org Git - php/commitdiff
- We skip tests when the extension is not loaded..in the php.ini
authorfoobar <sniper@php.net>
Mon, 9 May 2005 21:16:49 +0000 (21:16 +0000)
committerfoobar <sniper@php.net>
Mon, 9 May 2005 21:16:49 +0000 (21:16 +0000)
ext/mysqli/tests/connect.inc

index 138a7902c4f574582984abe2b22fbf7a05b37077..fb538558bb65850b8320774fb47d51864ca90a54 100644 (file)
@@ -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) {