Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GD JPEG support #6

Open
NoelLH opened this issue Oct 5, 2018 · 2 comments
Open

GD JPEG support #6

NoelLH opened this issue Oct 5, 2018 · 2 comments

Comments

@NoelLH
Copy link

NoelLH commented Oct 5, 2018

Hi, I noticed some of the most recent changes target sorting out JPEG support for the GD extension, but I've noticed that using cespi/php-5.3:modules-apache-latest as published to Docker Hub, I seem to currently get a version without JPEG support.

Is there a known issue with that tag or something else we should do to enable this feature? The Dockerfile itself seems to include the commands to build with a viable-looking jpeg-dir and I can see GD itself is definitely enabled.

@chrodriguez
Copy link
Contributor

Can you post a sample php code to test?

@NoelLH
Copy link
Author

NoelLH commented Oct 24, 2018

Hi @chrodriguez, I'm afraid we've now upgraded to PHP 5.6, but I was confirming this was the issue simply with phpinfo() - the JPEG section didn't appear under the GD extension's info, whereas when compiled successfully with JPEG support it does. In real code this just manifests as functions like imagejpeg() being undefined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants