Bug #91192
closedReplace deprecated GeneralUtility::milliseconds()
100%
Description
Opening an FE page with indexed_search activated gives this message:
Deprecated: GeneralUtility::milliseconds() will be removed in TYPO3 v11.0. Use the native PHP functions round(microtime(true) * 1000) instead.
Reason is that typo3\sysext\indexed_search\Classes\Indexer.php contains two usages of GeneralUtility::milliseconds().
They should both be replaced with round(microtime(true) * 1000).
Updated by Georg Ringer over 4 years ago
- Related to Task #91001: Deprecate various GeneralUtility methods added
Updated by Gerrit Code Review over 4 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64316
Updated by Gerrit Code Review over 4 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/64316
Updated by Georg Ringer over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 572d71dcbf41d52def44eb3b516e40236997d1ab.