From: Ulf Wendel Date: Fri, 29 May 2009 10:25:37 +0000 (+0000) Subject: Weaker test: functions are only available if HAVE_EMBEDDED_MYSQLI is set. There is... X-Git-Tag: php-5.4.0alpha1~191^2~3458 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12c301e7ec10c4d1e9acc28df14f7cdae4b74cd2;p=php 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, )); }