php.ini defaults
This commit is contained in:
parent
11ed179be4
commit
522b690885
|
@ -2,6 +2,12 @@
|
|||
|
||||
namespace Lib;
|
||||
|
||||
/*
|
||||
php.ini
|
||||
|
||||
precision = 16
|
||||
bcmath.scale = 6
|
||||
*/
|
||||
function microtime_calc(): array
|
||||
{
|
||||
static $last = null; // 1st time
|
||||
|
|
Loading…
Reference in New Issue