Skip to content

Commit 62b0bf8

Browse files
committed
Remove PHP 8.1 libxml2 patch
1 parent 1ab4644 commit 62b0bf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/store/SourcePatcher.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ public static function patchPhpLibxml212(): bool
439439
return true;
440440
}
441441
if ($ver_id < 80200) {
442-
self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
442+
// self::patchFile('spc_fix_libxml2_12_php81.patch', SOURCE_PATH . '/php-src');
443443
self::patchFile('spc_fix_alpine_build_php80.patch', SOURCE_PATH . '/php-src');
444444
return true;
445445
}

0 commit comments

Comments
 (0)