From: Ulf Wendel Date: Fri, 29 May 2009 10:25:49 +0000 (+0000) Subject: MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There... X-Git-Tag: php-5.3.0RC3~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=396f5803e84cf9f8c1adb07b43a06cbb19c35be2;p=php MFH - Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is probably no proper way to check this condition in the user land. --- diff --git a/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt b/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt index d6d2b755b4..681590e1ab 100644 --- a/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt +++ b/ext/mysqli/tests/mysqli_class_mysqli_driver_interface.phpt @@ -1,7 +1,7 @@ --TEST-- Interface of the class mysqli_driver --SKIPIF-- - true, - 'embedded_server_end' => true, + 'embedded_server_start' => true, + 'embedded_server_end' => true, )); }