add php 8.3 support for phpmicro

This commit is contained in:
crazywhalecc 2023-08-01 23:43:57 +08:00 committed by Jerry Ma
parent 51ce2befd8
commit 2a197487d5

View File

@ -86,7 +86,7 @@ class SourcePatcher
}
$patch_list = $list ?? $default;
$patches = [];
$serial = ['80', '81', '82'];
$serial = ['80', '81', '82', '83'];
foreach ($patch_list as $patchName) {
if (file_exists(SOURCE_PATH . "/php-src/sapi/micro/patches/{$patchName}.patch")) {
$patches[] = "sapi/micro/patches/{$patchName}.patch";