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 056971f commit 7f9da64Copy full SHA for 7f9da64
src/SPC/command/BuildPHPCommand.php
@@ -207,6 +207,8 @@ public function handle(): int
207
// add static-php-cli.version to main.c, in order to debug php failure more easily
208
SourcePatcher::patchSPCVersionToPHP($this->getApplication()->getVersion());
209
210
+ // clean old modules that may conflict with the new php build
211
+ FileSystem::removeDir(BUILD_MODULES_PATH);
212
// start to build
213
$builder->buildPHP($rule);
214
0 commit comments