mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Slightly more reliable current path detection.
This commit is contained in:
parent
46b276ee4b
commit
00f14fbd74
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
$user = "root";
|
||||
$passwd = "";
|
||||
} else {
|
||||
$path = realpath('./ext/mysqli/tests');
|
||||
$path = dirname(__FILE__);
|
||||
$host = $user = $passwd = NULL;
|
||||
$args = array(
|
||||
"--datadir=$path",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue