Mehmet Fatih Akbulut wrote:
hi all,
i install fileinfo and memcache using pecl
#pecl install fileinfo
#pecl install memcache
then add extension=fileinfo.so and extension=memcache.so in my php.ini
file and finally restart apache but still get these errors :

# MIME Magic Support (fileinfo): No
# memcached Support (memcache): No

what else should i do ???
do i have to install anything else ?


Do the .so files exist in the right folder?

Check the extension_dir in your php.ini file.

If that's commented out check a phpinfo page to see which folder extension files go into.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to