Skip to content

Commit f40a35a

Browse files
committed
finish php.ini
1 parent ddc0528 commit f40a35a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

7/conf.md

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

0 commit comments

Comments
 (0)