Skip to content
This repository was archived by the owner on Jul 1, 2024. It is now read-only.

Commit f8e1910

Browse files
committed
fix docs
1 parent 5a8e238 commit f8e1910

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/components/CliGenerator.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ const I18N = {
201201
depTips: '选择扩展后,不可选中的项目为必需的依赖,编译的依赖库列表中可选的为现有扩展和依赖库的可选依赖。选择可选依赖后,将生成 --with-libs 参数。',
202202
microUnavailable: 'micro 不支持 PHP 7.4 及更早版本!',
203203
windowsSAPIUnavailable: 'Windows 目前不支持 fpm、embed 构建!',
204-
useUPX: '是否开启 UPX 压缩(减小二进制体积)',
204+
useUPX: '是否开启 UPX 压缩(减小二进制体积,但很少见的情况下 micro SAPI 无法使用',
205205
windowsDownSPCWarning: 'Windows 下请手动下载 spc.exe 二进制文件并解压到当前目录!',
206206
},
207207
en: {
@@ -234,7 +234,7 @@ const I18N = {
234234
depTips: 'After selecting the extensions, the unselectable items are essential dependencies. In the compiled dependencies list, optional dependencies consist of existing extensions and optional dependencies of libraries. Optional dependencies will be added in --with-libs parameter.',
235235
microUnavailable: 'Micro does not support PHP 7.4 and earlier versions!',
236236
windowsSAPIUnavailable: 'Windows does not support fpm and embed build!',
237-
useUPX: 'Enable UPX compression (reduce binary size)',
237+
useUPX: 'Enable UPX compression (reduce binary size, but in rare cases micro SAPI doesn\'t work with UPX)',
238238
windowsDownSPCWarning: 'Please download the spc.exe binary file manually and extract it to the current directory on Windows!',
239239
}
240240
};

0 commit comments

Comments
 (0)