Changes between Version 1 and Version 2 of Ticket #39550, comment 48
- Timestamp:
- 01/14/2017 10:33:32 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39550, comment 48
v1 v2 5 5 As i see {{{$real_mime}}} is undefined when it's compared to {{{$type}}} 6 6 7 Googled that {{{ $finfo_file}}} is only on PHP >= 5.3.0, and I'm running on 5.2.17.7 Googled that {{{finfo_file}}} is only on PHP >= 5.3.0, and I'm running on 5.2.17. 8 8 Maybe that's the peroblem? I think that {{{function_exists( 'finfo_file' )}}} should then return {{{false}}}, but it returns {{{true}}}. But I'm not a PHP developer so thats not the staff I really understand.