We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab4644 commit 62b0bf8Copy full SHA for 62b0bf8
src/SPC/store/SourcePatcher.php
@@ -439,7 +439,7 @@ public static function patchPhpLibxml212(): bool
439
return true;
440
}
441
if ($ver_id < 80200) {
442
- self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
+ // self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
443
self::patchFile('spc_fix_alpine_build_php80.patch', SOURCE_PATH . '/php-src');
444
445
0 commit comments