Skip to content

Commit 8f31efc

Browse files
7snovicjpauli
authored andcommitted
update php_lifecycle.rts [RSHUTDOWN] (#29)
1 parent 9fcd26c commit 8f31efc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Book/php7/extensions_design/php_lifecycle.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ process. Everytime a new request shows in to be treated, PHP will run **a reques
1717
**RINIT**.
1818

1919
The request is served, some content is (probably) generated, OK. Time to shutdown the request and get prepared to
20-
eventually treat another one. Shutting down a request is called **the request shutdown step**.
20+
eventually treat another one. Shutting down a request is called **the request shutdown step**. We call
21+
it the **RSHUTDOWN**.
2122

2223
After having treated X requests (one, several dozens, thousands etc..), PHP will finally shut down itself, and die.
2324
Shutting down the PHP process is called **the module shutdown step**. We abbreviate it as **MSHUTDOWN**.

0 commit comments

Comments
 (0)