mirror of
https://github.com/php/php-sdk-binary-tools.git
synced 2026-03-24 07:32:15 +01: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