Hello,
I am looking for a way to get exif support from a webhost that didn't compile using the --enable-exif. I have been asking for functionality for months now without success.
Is there any way to enble exif support through the .htaccess file? something like:
"php_value extension exif.so"
I have tried this--no erros but no exif either! I suspect they don't have the exif.so file.
Can I compile an exif.so of my own and add a line like "php_value extension /home/tellis/exif.so" to the .htaccess? I have no idea how to compile a "private extension" or if it is even possible--I am somewhat of a newbie to linux.
Thanks,
Tom