We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f5fc43 commit 55f0114Copy full SHA for 55f0114
src/SPC/builder/linux/LinuxBuilder.php
@@ -307,7 +307,6 @@ protected function buildEmbed(): void
307
rename($libphpPath, $libphpRelease);
308
}
309
if (file_exists($libphpRelease)) {
310
- rename(BUILD_LIB_PATH . '/libphp.so', $libphpRelease);
311
chdir(BUILD_LIB_PATH);
312
symlink($realLibName, 'libphp.so');
313
0 commit comments