Use Unicode abbreviation μs for microseconds instead of ASCII us which made me wonder for a while what that is.
mb_chr is available since PHP 7.2.0 (which Phorge requires). Entering μ directly makes lint bark about "Bad Charset".
Differential D25942
Herald Transcripts: Use μs instead of us for microseconds aklapper on Mon, Mar 31, 21:17. Authored by
Details
Use Unicode abbreviation μs for microseconds instead of ASCII us which made me wonder for a while what that is. mb_chr is available since PHP 7.2.0 (which Phorge requires). Entering μ directly makes lint bark about "Bad Charset". Go to http://phorge.localhost/herald/transcript/1/profile/ and look at values in the "Cost" column.
Diff Detail
|