sniper Mon May 9 17:16:49 2005 EDT Modified files: /php-src/ext/mysqli/tests connect.inc Log: - We skip tests when the extension is not loaded..in the php.ini http://cvs.php.net/diff.php/php-src/ext/mysqli/tests/connect.inc?r1=1.4&r2=1.5&ty=u Index: php-src/ext/mysqli/tests/connect.inc diff -u php-src/ext/mysqli/tests/connect.inc:1.4 php-src/ext/mysqli/tests/connect.inc:1.5 --- php-src/ext/mysqli/tests/connect.inc:1.4 Mon May 9 12:23:22 2005 +++ php-src/ext/mysqli/tests/connect.inc Mon May 9 17:16:49 2005 @@ -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) {
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php