We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0750e4 commit 1c53689Copy full SHA for 1c53689
Book/php7/extensions_design/php_lifecycle.rst
@@ -211,7 +211,7 @@ Especially, in Post-RSHUTDOWN:
211
* PHP super-globals have been destroyed
212
* The execution engine has been shut down
213
214
-This hook is very rare to use. It is triggered a little bit after ``RSHUTDOWN()``, by ``zend_deactivate_modules()`` in
+This hook is very rare to use. It is triggered a little bit after ``RSHUTDOWN()``, by ``zend_post_deactivate_modules()`` in
215
`php_request_shutdown() <https://github.com/php/php-src/blob/3704947696fe0ee93e025fa85621d297ac7a1e4d/main/main.c#L1758>`_
216
function.
217
0 commit comments