Skip to content

Commit 1c53689

Browse files
huqinlou0123jpauli
authored andcommitted
Update php_lifecycle.rst
fix error
1 parent c0750e4 commit 1c53689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Book/php7/extensions_design/php_lifecycle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ Especially, in Post-RSHUTDOWN:
211211
* PHP super-globals have been destroyed
212212
* The execution engine has been shut down
213213

214-
This hook is very rare to use. It is triggered a little bit after ``RSHUTDOWN()``, by ``zend_deactivate_modules()`` in
214+
This hook is very rare to use. It is triggered a little bit after ``RSHUTDOWN()``, by ``zend_post_deactivate_modules()`` in
215215
`php_request_shutdown() <https://github.com/php/php-src/blob/3704947696fe0ee93e025fa85621d297ac7a1e4d/main/main.c#L1758>`_
216216
function.
217217

0 commit comments

Comments
 (0)