Peter, Just a small note. I'm working on Ubuntu. I think I don't need .dll? Thanks. On Thu, Jan 29, 2015 at 2:21 AM, Peter West <lists@xxxxxxxxx> wrote: > Hello Abdul, > > This is a comment from the manual entry > http://php.net/manual/en/book.exif.php > > "If you have exif.so or php_exif.dll enabled under php.ini dynamic > extensions, but you still have problem running any funtion, it is possible > that you may need to change order of extensions in php.ini. > > In many PHP installation packages the extensions are listed > alphabetically. However, exif is dependent on mbstrings to be loaded first. > Yet, with alphabetic ordering the exif is listed before mbstrings and it > causes the error. Load mbstrings extensions before exif. > > Thus, do put exif as the very last extension to load and you should be > fine." > > I don't vouch for its accuracy. > > Peter West > > "For my yoke is easy, and my burden is light." > > > On 29 Jan 2015, at 10:19 am, Abdul Abdul <abdul.sw84@xxxxxxxxx> wrote: > > > > Hello, > > > > I have been trying to enable "exif" in Ubuntu 14.10 for a while now with > no > > success. > > > > I appreciate if you can guide me to doing that, as I need to work with a > > program that requires "exif". > > > > Thanks a lot. > >