mirror of
https://github.com/php-win-ext/php-sdk-binary-tools.git
synced 2026-04-25 17:58:07 +02:00
no realpath needed
This commit is contained in:
@@ -302,7 +302,7 @@ class Config
|
|||||||
|
|
||||||
if (preg_match(",PHP_BUILD=(.+),", $s, $m)) {
|
if (preg_match(",PHP_BUILD=(.+),", $s, $m)) {
|
||||||
if (isset($m[1]) && is_dir($m[1])) {
|
if (isset($m[1]) && is_dir($m[1])) {
|
||||||
self::setDepsLocalPath(realpath($m[1]));
|
self::setDepsLocalPath($m[1]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user