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

Add gd extension for pandoc in Dockerfile #3

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

kittysnacks
Copy link

@kittysnacks kittysnacks commented Jan 3, 2025

Before this change:

Interactive shell

php > $img = imagecreate(12,12);

Warning: Uncaught Error: Call to undefined function imagecreate() in php shell code:1
Stack trace:
#0 {main}
  thrown in php shell code on line 1
php >

After this change:

Interactive shell

php > $img = imagecreate(12,12);
php > var_dump($img);
object(GdImage)#1 (0) {
}
php >

✅ Tested in staging.

@kittysnacks kittysnacks requested a review from lumenisaac January 3, 2025 18:59
@smith750 smith750 merged commit 7a8466b into master Jan 6, 2025
5 checks passed
@smith750 smith750 deleted the add-gd-extension-to-pandoc branch January 6, 2025 17:14
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

Successfully merging this pull request may close these issues.

3 participants