Project

General

Profile

Actions

Bug #69055

closed

Locking: File change times are cached

Added by Bernhard Kraft over 8 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
Could have
Assignee:
Category:
Caching
Start date:
2015-08-14
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

Description

Here the change time of a locking file is determined:

https://git.typo3.org/Packages/TYPO3.CMS.git/blob/refs/heads/TYPO3_6-2:/typo3/sysext/core/Classes/Locking/Locker.php#l186

But according to the PHP manual those times get cached by PHP:

http://php.net/manual/en/function.filectime.php

    Note: The results of this function are cached. See clearstatcache() for more details.

Maybe "clearstatcache()" should get called before determining if to unlink() the cache file.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #67246: Better handling of classes loaded via ext_autoloadClosedWouter Wolters2015-06-02

Actions
Actions

Also available in: Atom PDF