Skip to content

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.

4 participants