[BUG] Finfo class detection

See all posts Reply

[BUG] Finfo class detection new!
by Yuri Vecchi, 13 years, 11 months ago
In some cases the line 2444:
} elseif (class_exists('finfo')) {

throws a warning, I think its because of user assigned autoload function...

my suggestion its to just supress the error:
} elseif (@class_exists('finfo')) {
Reply
Re: [BUG] Finfo class detection new!
by colin, 13 years, 11 months ago
Thank you. Will fix in next release.Reply