Skip to content

Commit

Permalink
Remove PHP 8.1 libxml2 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Nov 23, 2024
1 parent 1ab4644 commit 62b0bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SPC/store/SourcePatcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public static function patchPhpLibxml212(): bool
return true;
}
if ($ver_id < 80200) {
self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
// self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
self::patchFile('spc_fix_alpine_build_php80.patch', SOURCE_PATH . '/php-src');
return true;
}
Expand Down

0 comments on commit 62b0bf8

Please sign in to comment.