Bluehost.com Web Hosting $6.95

Installing pecl fileinfo on windows..

This is a discussion on Installing pecl fileinfo on windows.. within the PHP General forums, part of the PHP Programming Forums category; Currently trying to install php_fileinfo.dll for version 5.0.5 on windows: http://pecl4win.php.net/ext.php/php_fileinfo....


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 06-16-2006
noel.whelan@gmail.com
 
Posts: n/a
Default Installing pecl fileinfo on windows..

Currently trying to install php_fileinfo.dll for version 5.0.5 on
windows:

http://pecl4win.php.net/ext.php/php_fileinfo.dll

I've copied this into c:\php\ext\php_fileinfo.dll, and included the
following in php.ini: extension=php_fileinfo.dll (I initially tried
'pear install fileinfo' but it was yielding a dsp error). I've been
trying to execute the following code:

if(is_file($item)) {
$info = finfo_open(FILEINFO_MIME);
echo finfo_file($info, $item) . "\n";
finfo_close($info);

}

I'm getting the following errors/warnings:

Warning: finfo_open(): Failed to load magic database at '(null)'.
Warning: finfo_file(): supplied argument is not a valid file_info
resource..

I've checked that c:\php\extras\magic.mime exists, too; but the
documentation I've found implies I woudn't need to indicate this
explicitly in php.ini because it's the default location (I've certainly
tried it with that, though, too).

I'm not certain what else I ought to do/configure, etc. Thank you for
any input..

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 05:00 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0