From f51eb6e9507878af620004ba7cc3dd188ec1ef83 Mon Sep 17 00:00:00 2001 From: Yun Dou Date: Mon, 9 Sep 2024 10:27:04 +0800 Subject: [PATCH] update Readme.md --- patches/Readme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/patches/Readme.md b/patches/Readme.md index dd994c0..26fc6fe 100644 --- a/patches/Readme.md +++ b/patches/Readme.md @@ -44,6 +44,10 @@ Patch file name is \.patch or \_\.patch. If there is no Choose the latest patch that is equal to or lower than the PHP version you want to patch. For example, if you want to patch PHP 8.2, and there are patches 80 81 84, choose 81. +所有的补丁都是给最新的修正版本使用的 + +All patches are applied to the latest patch version of its minor version. + ## Something special ### phar.patch @@ -66,6 +70,10 @@ This patch can only be used with micro, as it causes other SAPIs to fail to buil This makes opcache statically linked into PHP, and it can be used for other SAPIs. +PHP 8.3.11, 8.2.23中,opcache的config.m4发生了[变动](https://github.com/php/php-src/commit/d20d11375fa602236e1fb828f6a2236b19b43cdc),这个patch对应变动后的版本 + +The opcache's config.m4 has [changed](https://github.com/php/php-src/commit/d20d11375fa602236e1fb828f6a2236b19b43cdc) in PHP 8.3.11 and 8.2.23, and this patch corresponds to the updated version. + ### cli_checks 绕过许多硬编码的“是不是cli”的检查