mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
fix test
This commit is contained in:
parent
fa5f7f61ba
commit
119601b0d3
@ -25,11 +25,10 @@ if ($socket == "" && $host != NULL && $host != 'localhost' && $host != '.') {
|
||||
}
|
||||
}
|
||||
?>
|
||||
--INI--
|
||||
open_basedir="."
|
||||
--FILE--
|
||||
<?php
|
||||
@include_once("connect.inc");
|
||||
ini_set("open_basedir", __DIR__);
|
||||
if (!isset($db)) {
|
||||
// run-tests, I love you for not allowing me to set ini settings dynamically
|
||||
print "[006] [1148] The used command is not allowed with this MySQL version
|
||||
|
Loading…
Reference in New Issue
Block a user