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.
2 parents 80687df + 7f9da64 commit c3b520cCopy full SHA for c3b520c
src/SPC/command/BuildPHPCommand.php
@@ -202,6 +202,8 @@ public function handle(): int
202
// add static-php-cli.version to main.c, in order to debug php failure more easily
203
SourcePatcher::patchSPCVersionToPHP($this->getApplication()->getVersion());
204
205
+ // clean old modules that may conflict with the new php build
206
+ FileSystem::removeDir(BUILD_MODULES_PATH);
207
// start to build
208
$builder->buildPHP($rule);
209
0 commit comments