Exif PHP extension #80
Labels
No milestone
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
ric/nginx-php-fpm#80
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi,
I have a problem with the exif extension when I run my website on nginx-php-fpm container :
Error: Call to undefined function PHPExif\Adapter\exif_read_data()
My website runs well on my non-Docker installation (Archlinux/Nginx/PHP-FPM). Any ideas ? I've tried some tweaks but I didn't find nothing related to extensions.
Thank you !
Ill take a look at this asap
Hi @ChristopheLecroq this should now be resolved if you pull the new images. I've added php5-exif support and php7-exif support.
Thank you very much ! I really appreciate :)