From: Andrey Hristov Date: Mon, 9 May 2005 16:23:22 +0000 (+0000) Subject: also test shared builds X-Git-Tag: php-5.0.1b1~278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02d0f7259643c401bec412d447a5aaa4aee76d40;p=php also test shared builds --- diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index dfd8ccc315..138a7902c4 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -2,6 +2,9 @@ /* 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; diff --git a/ext/mysqli/tests/skipif.inc b/ext/mysqli/tests/skipif.inc index 68a9c7cf0e..155a79f4fb 100644 --- a/ext/mysqli/tests/skipif.inc +++ b/ext/mysqli/tests/skipif.inc @@ -1,4 +1,8 @@