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