[BUG] Finfo class detection

See all posts Reply

[BUG] Finfo class detection new!
by Yuri Vecchi, 15 years, 1 month 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, 15 years ago
Thank you. Will fix in next release.Reply