Skip to content

Commit ddc0528

Browse files
committed
update
1 parent ac71ec2 commit ddc0528

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

7/conf.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,8 @@ ZEND_TSRMLS_CACHE_DEFINE()
255255
ZEND_GET_MODULE(mytest)
256256
#endif
257257
```
258+
### 7.5.3 小节
259+
本节我们主要介绍了线程安全的全局变量的使用以及如何将php.ini配置项解析到C语言变量中,使用时主要分为两步:
260+
* __定义解析规则:__ 通过PHP_INI_BEGIN()、PHP_INI_END()、STD_PHP_INI_ENTRY()配置
261+
* __执行规则映射:__ 由REGISTER_INI_ENTRIES()来完成,这个操作之后解析目的变量就可以使用了
258262

0 commit comments

Comments
 (0)