php-src/ext/mysql/tests/skipif.inc
Ulf Wendel 307d9364ab Whitespace (space to tab)/CS
With this commit the MySQL internal mysqlnd set of ext/mysql tests is in
sync with HEAD. It's likely that php.net/HEAD fails on quite some tests.
Using ext/mysql from the MySQL internal mysqlnd SVN there should be zero
failures. Merging the MySQL internal mysqlnd SVN into HEAD will happen
soon so that we get a bug free version on php.net in the near future.
2007-07-23 07:51:37 +00:00

7 lines
118 B
PHP
Executable File

<?php
require_once('connect.inc');
if (!extension_loaded("mysql")) {
die('skip mysql extension not available');
}
?>