[DOC-CVS] [doc-en] master: Clarify REQUEST_TIME initialization timing (#5109)
[email protected] (Louis-Arnaud via GitHub)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Louis-Arnaud (lacatoire)
Committer: GitHub (web-flow)
Pusher: Girgias
Date: 2026-01-30T10:13:21Z
Commit: https://github.com/php/doc-en/commit/6b413423c754810252b812d2a28fc627be4579dd
Raw diff: https://github.com/php/doc-en/commit/6b413423c754810252b812d2a28fc627be4579dd.diff
Clarify REQUEST_TIME initialization timing (#5109)
Changed paths:
M language/predefined/variables/server.xml
Diff:
diff --git a/language/predefined/variables/server.xml b/language/predefined/variables/server.xml
index 672619a5c837..2e8bcfeefede 100644
--- a/language/predefined/variables/server.xml
+++ b/language/predefined/variables/server.xml
@@ -162,7 +162,7 @@
<term>'<varname>REQUEST_TIME</varname>'</term>
<listitem>
<simpara>
- The timestamp of the start of the request.
+ The timestamp when PHP started processing the request.
</simpara>
</listitem>
</varlistentry>
@@ -171,7 +171,7 @@
<term>'<varname>REQUEST_TIME_FLOAT</varname>'</term>
<listitem>
<simpara>
- The timestamp of the start of the request, with microsecond precision.
+ The timestamp when PHP started processing the request, with microsecond precision.
</simpara>
</listitem>
</varlistentry>