Remove PHP 8.1 libxml2 patch

This commit is contained in:
crazywhalecc 2024-11-23 11:51:21 +08:00 committed by Jerry Ma
parent 1ab464431f
commit 62b0bf8eca

View File

@ -439,7 +439,7 @@ class SourcePatcher
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;
}