Project

General

Profile

Actions

Bug #20568

closed

Use PHP5 version of function microtime()

Added by Oliver Hader almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2009-06-04
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The PHP function microtime() delivered a string that has the current unixtime and the microseconds divided by a spacing character. These two parts are currently exploded by that space character and summarized. With PHP5 it's possible to use microtime(true) to get the same.

(issue imported from #M11267)


Files

0011267.patch (7.47 KB) 0011267.patch Administrator Admin, 2009-06-04 15:06
Actions #1

Updated by Oliver Hader over 14 years ago

Committed to SVN Trunk (rev. 5726)

Actions

Also available in: Atom PDF