run shared ext builds after frankenphp build

This commit is contained in:
henderkes
2026-05-24 12:15:40 +07:00
parent 80d81079db
commit fe4803cfaf

View File

@@ -368,6 +368,7 @@ class php extends TargetPackage
return;
}
if (SystemTarget::isUnix()) {
$package->runStage([$this, 'unixBuildSharedExt']);
if ($installer->interactive) {
InteractiveTerm::indicateProgress('Running PHP smoke tests');
}