Skip to content

Commit 92cff66

Browse files
committed
update readmes
1 parent f594d6f commit 92cff66

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

Readme.EN.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

204204
In 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

Readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

203203
micro中这个常量是空字符串,可以通过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

0 commit comments

Comments
 (0)