Actions
Bug #20568
closedUse PHP5 version of function microtime()
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
Actions