mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-09 01:45:36 +08:00
Add 8.5 patch support for phpmicro
This commit is contained in:
@@ -133,7 +133,7 @@ class SourcePatcher
|
|||||||
}
|
}
|
||||||
$patch_list = $spc_micro_patches;
|
$patch_list = $spc_micro_patches;
|
||||||
$patches = [];
|
$patches = [];
|
||||||
$serial = ['80', '81', '82', '83', '84'];
|
$serial = ['80', '81', '82', '83', '84', '85'];
|
||||||
foreach ($patch_list as $patchName) {
|
foreach ($patch_list as $patchName) {
|
||||||
if (file_exists(SOURCE_PATH . "/php-src/sapi/micro/patches/{$patchName}.patch")) {
|
if (file_exists(SOURCE_PATH . "/php-src/sapi/micro/patches/{$patchName}.patch")) {
|
||||||
$patches[] = "sapi/micro/patches/{$patchName}.patch";
|
$patches[] = "sapi/micro/patches/{$patchName}.patch";
|
||||||
|
|||||||
Reference in New Issue
Block a user