mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-14 04:15:35 +08:00
Re-enable musl version detect
This commit is contained in:
@@ -202,7 +202,6 @@ class SystemUtil
|
|||||||
}
|
}
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
// for musl, disabled temporarily as musl has better compatibility between different patch version?
|
// for musl, disabled temporarily as musl has better compatibility between different patch version?
|
||||||
if (PHP_OS_FAMILY === 'Linux' && getenv('SPC_LIBC') === 'musl') {
|
if (PHP_OS_FAMILY === 'Linux' && getenv('SPC_LIBC') === 'musl') {
|
||||||
if (self::isMuslDist()) {
|
if (self::isMuslDist()) {
|
||||||
@@ -217,7 +216,6 @@ class SystemUtil
|
|||||||
return $matches[1];
|
return $matches[1];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user