fix version reevaluating regression from v2

This commit is contained in:
henderkes
2026-05-15 14:05:33 +07:00
parent a88e426623
commit 70e717adb6
4 changed files with 74 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ trait unix
}
if (self::getPHPVersionID() >= 80300 && self::getPHPVersionID() < 80400) {
SourcePatcher::patchFile('spc_fix_avx512_cache_before_80400.patch', $this->getSourceDir());
SourcePatcher::patchFile('spc_fix_avx512_cache_before_80400.patch', SOURCE_PATH . '/php-src');
}
}