File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -197,12 +197,16 @@ export PKG_CONFIG_PATH=/my/prefered/path/lib/pkgconfig
197197
198198### INI settings
199199
200- See wiki:[ INI-settings] ( https://github.com/easysoft/phpmicro/wiki/INI -settings ) (TODO: en version )
200+ See wiki:[ INI-settings] ( https://docs.toast.run/micro/en/ini -settings.html )
201201
202202### PHP_BINARY constant
203203
204204In micro, the ` PHP_BINARY ` constant is an empty string. You can modify it using an ini setting: ` micro.php_binary=somestring `
205205
206+ ## Section settings
207+
208+ Section settings allows you code sign the concatenated executable, see wiki: [ Section Settings] ( https://docs.toast.run/micro/en/sections.html )
209+
206210## OSS License
207211
208212``` plain
Original file line number Diff line number Diff line change @@ -196,12 +196,16 @@ export PKG_CONFIG_PATH=/my/prefered/path/lib/pkgconfig
196196
197197### INI配置
198198
199- 见wiki:[ INI-settings] ( https://github.com/easysoft/phpmicro/wiki/INI -settings )
199+ 见wiki:[ INI-settings] ( https://docs.toast.run/micro/chs/ini -settings.html )
200200
201201### PHP_BINARY常量
202202
203203micro中这个常量是空字符串,可以通过ini配置:` micro.php_binary=somestring `
204204
205+ ## Section配置
206+
207+ section配置用于数字签名,见wiki: [ Section设置] ( https://docs.toast.run/micro/chs/sections.html )
208+
205209## 开源许可
206210
207211``` plain
You can’t perform that action at this time.
0 commit comments