Actions
Bug #65329
closedFaulty negation in FileInfo implementation
Status:
Closed
Priority:
Should have
Assignee:
Category:
File Abstraction Layer (FAL)
Target version:
Start date:
2015-02-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
In https://review.typo3.org/#/c/31256/14 the FileInfo object has been introduced.
It contains a faulty negation that will fail on systems that do not have the fino support in php and do not use finfo support if it is supported.
For details see https://review.typo3.org/#/c/31256/14/typo3/sysext/core/Classes/Type/File/FileInfo.php
Updated by Sascha Egerer over 9 years ago
- Category set to File Abstraction Layer (FAL)
Updated by Gerrit Code Review over 9 years ago
- Status changed from In Progress 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 http://review.typo3.org/37205
Updated by Anonymous over 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 985470c73d9570b644ab88334c8f9eb8c99ccc44.
Actions