Re: [PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-05-13 Thread Herbert Groot Jebbink
On Wed, Apr 12, 2023 at 4:04 PM Rowan Tommins wrote: > On Wed, 12 Apr 2023 at 13:25, Herbert Groot Jebbink < > herb...@groot.jebbink.nl> wrote: > >> fallback for REQUEST_TIME and REQUEST_TIME_FLOAT to hrtime seems not >> possible, hrtime is not based on the actual time, hrtime can be used to >>

Re: [PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-04-13 Thread Robert Landers
On Thu, Apr 13, 2023 at 8:53 AM Herbert Groot Jebbink wrote: > > Op wo 12 apr. 2023 16:04 schreef Rowan Tommins : > > > On Wed, 12 Apr 2023 at 13:25, Herbert Groot Jebbink < > > herb...@groot.jebbink.nl> wrote: > > > >> fallback for REQUEST_TIME and REQUEST_TIME_FLOAT to hrtime seems not > >>

Re: [PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-04-13 Thread Herbert Groot Jebbink
Op wo 12 apr. 2023 16:04 schreef Rowan Tommins : > On Wed, 12 Apr 2023 at 13:25, Herbert Groot Jebbink < > herb...@groot.jebbink.nl> wrote: > >> fallback for REQUEST_TIME and REQUEST_TIME_FLOAT to hrtime seems not >> possible, hrtime is not based on the actual time, hrtime can be used to >>

Re: [PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-04-12 Thread Rowan Tommins
On Wed, 12 Apr 2023 at 13:25, Herbert Groot Jebbink < herb...@groot.jebbink.nl> wrote: > fallback for REQUEST_TIME and REQUEST_TIME_FLOAT to hrtime seems not > possible, hrtime is not based on the actual time, hrtime can be used to > calculate a duration or so, not to retrieve the actual time

[PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-04-12 Thread Herbert Groot Jebbink
On Wed, 12 Apr 2023 at 11:53, Rowan Tommins wrote: > Should the same approach happen here? e.g. should all three > values be based on hrtime fallback for REQUEST_TIME and REQUEST_TIME_FLOAT to hrtime seems not possible, hrtime is not based on the actual time, hrtime can be used to calculate a

[PHP-DEV] Re: Possible RFC: $_SERVER['REQUEST_TIME_FLOAT']

2023-04-12 Thread Herbert Groot Jebbink
On Wed, Apr 12, 2023 at 12:01 PM Herbert Groot Jebbink < herb...@groot.jebbink.nl> wrote: > Hello, > > With this mail I want to do the first step of a RFC: "1. Email > internals@lists.php.net to measure reaction to your intended proposal." > > I'm in the process of using hrtime(true) instead of