php-src/ext/mysql/tests/skipif.inc
Ulf Wendel 5a888bc9bd Trying to fix broken tests. The last set of files committed a few weeks ago
broke almost all tests. I'll try to merge the CVS with a working set of
tests from the mysqlnd development repository. With this first set of
changes most tests should run (and pass) again.

Note the additional environment variables in connect.inc that you can
use to control a test run.

More changes to come.
2007-07-11 11:12:10 +00:00

6 lines
121 B
PHP
Executable file

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