Skip to content

Commit f51eb6e

Browse files
authored
update Readme.md
1 parent 7eeb9c3 commit f51eb6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

patches/Readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ Patch file name is \<name\>.patch or \<name\>_\<version\>.patch. If there is no
4444

4545
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.
4646

47+
所有的补丁都是给最新的修正版本使用的
48+
49+
All patches are applied to the latest patch version of its minor version.
50+
4751
## Something special
4852

4953
### phar.patch
@@ -66,6 +70,10 @@ This patch can only be used with micro, as it causes other SAPIs to fail to buil
6670

6771
This makes opcache statically linked into PHP, and it can be used for other SAPIs.
6872

73+
PHP 8.3.11, 8.2.23中,opcache的config.m4发生了[变动](https://github.com/php/php-src/commit/d20d11375fa602236e1fb828f6a2236b19b43cdc),这个patch对应变动后的版本
74+
75+
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.
76+
6977
### cli_checks
7078

7179
绕过许多硬编码的“是不是cli”的检查

0 commit comments

Comments
 (0)