Skip to content

Commit a40f67a

Browse files
committed
更改了一个错误的词语
更改了一个错误的词语 是销毁不是销售
1 parent c0305f0 commit a40f67a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/chapt02/02-01-php-life-cycle-and-zend-engine.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ zend_shutdown将关闭Zend引擎。
249249
而ZEND_MODULE_DTOR宏对应的是module_destructor函数。
250250
在此函数中会调用模块的module_shutdown_func方法,即PHP_RSHUTDOWN_FUNCTION宏产生的那个函数。
251251

252-
在关闭所有的模块后,PHP继续销毁全局函数表,销毁全局类表、销售全局变量表等
252+
在关闭所有的模块后,PHP继续销毁全局函数表,销毁全局类表、销毁全局变量表等
253253
通过zend_shutdown_extensions遍历zend_extensions所有元素,调用每个扩展的shutdown函数。
254254

255255

0 commit comments

Comments
 (0)