First I went to phpinfo() and copied the configure string. I added --with-exif (and APXS) and restarted Apache. Now when I look at phpinfo() it has --with-exif listed and it lists 'Server API' as Apache. Doesn't that mean that PHP is being used from Apache?
Anyway, when I actually list the PHP modules with get_loaded_extensions(), EXIF is not listed, and is therefore not usable.
How is possible that I recompiled PHP with EXIF, it shows it in phpinfo, but it never actually gets loaded?
Thanks for any info on this.
Anyway, when I actually list the PHP modules with get_loaded_extensions(), EXIF is not listed, and is therefore not usable.
How is possible that I recompiled PHP with EXIF, it shows it in phpinfo, but it never actually gets loaded?
Thanks for any info on this.