mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
prevent warning
This commit is contained in:
@@ -307,7 +307,6 @@ class LinuxBuilder extends UnixBuilderBase
|
|||||||
rename($libphpPath, $libphpRelease);
|
rename($libphpPath, $libphpRelease);
|
||||||
}
|
}
|
||||||
if (file_exists($libphpRelease)) {
|
if (file_exists($libphpRelease)) {
|
||||||
rename(BUILD_LIB_PATH . '/libphp.so', $libphpRelease);
|
|
||||||
chdir(BUILD_LIB_PATH);
|
chdir(BUILD_LIB_PATH);
|
||||||
symlink($realLibName, 'libphp.so');
|
symlink($realLibName, 'libphp.so');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user