Fatal Error: Call to undefined function read_exif_data()
Posted: Wed Sep 08, 2010 7:03 am
Hello all!
I'm trying to get the EXIF info out of some JPEGs. I'm using IIS on a Win2003 Server (domain controller), with PHP 5.1.3.
I enabled php_exif.dll and php_mbstring.dll in php.ini, and I moved php_mbstring.dll in front of php_exif.dll, so the lib mbstring will be loaded before exif library (this is a standard requirement for exif installation).
I ran phpinfo() and saw that both mbstring and exif are enabled. However, when I run a script calling the function read_exif_data(), I get the message "Fatal Error: Call to undefined function read_exif_data() ....".
I'm stuck here and I do not know what to try to make the function work.
Any hints?
thanx
I'm trying to get the EXIF info out of some JPEGs. I'm using IIS on a Win2003 Server (domain controller), with PHP 5.1.3.
I enabled php_exif.dll and php_mbstring.dll in php.ini, and I moved php_mbstring.dll in front of php_exif.dll, so the lib mbstring will be loaded before exif library (this is a standard requirement for exif installation).
I ran phpinfo() and saw that both mbstring and exif are enabled. However, when I run a script calling the function read_exif_data(), I get the message "Fatal Error: Call to undefined function read_exif_data() ....".
I'm stuck here and I do not know what to try to make the function work.
Any hints?
thanx