features/connection-handling.xml
dc0f955be2a10b707ae06f7da69f52fab24df3d1
...
...
@@ -17,8 +17,8 @@
17
17
<simpara>
18
18
When a PHP script is running normally, the NORMAL state is active.
19
19
If the remote client disconnects, the ABORTED state flag is
20
-
turned on. A remote client disconnect is usually caused by the
21
-
user hitting his STOP button. If the PHP-imposed time limit (see
20
+
turned on. A remote client disconnect is usually caused by
21
+
users hitting their STOP button. If the PHP-imposed time limit (see
22
22
<function>set_time_limit</function>) is hit, the TIMEOUT state flag
23
23
is turned on.</simpara>
24
24

25
25