Compare commits

...

2 Commits

Author SHA1 Message Date
crazywhalecc
bdadc47240 Update docs 2024-11-23 11:53:08 +08:00
crazywhalecc
4b2800793d Remove PHP 8.1 libxml2 patch 2024-11-23 11:51:21 +08:00
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ This extension contains an implementation of the coroutine environment for `pdo_
## swow
1. Only PHP 8.0 ~ 8.3 is supported.
1. Only PHP 8.0 ~ 8.4 is supported.
## imap

View File

@@ -43,7 +43,7 @@ swoole-hook-sqlite 与 `pdo_sqlite` 扩展冲突。如需使用 Swoole 和 `pdo_
## swow
1. swow 仅支持 PHP 8.0 ~ 8.3 版本。
1. swow 仅支持 PHP 8.0 ~ 8.4 版本。
## imap

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;
}