mirror of
https://github.com/php/php-src.git
synced 2025-08-19 08:49:28 +02:00

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.
6 lines
121 B
PHP
Executable file
6 lines
121 B
PHP
Executable file
<?php
|
|
require_once('connect.inc');
|
|
if (!extension_loaded("mysql")) {
|
|
die('skip mysql extension not available');
|
|
}
|
|
?>
|