Skip to content

Commit

Permalink
D
Browse files Browse the repository at this point in the history
  • Loading branch information
owls-bd authored Feb 10, 2025
1 parent 1760810 commit 94ef463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,9 @@ if [[ -s "$providedextensionslog_file_path" ]]; then
rm "$current_install_log"
fi

echo "-----> Installing GD extension"
pecl install gd && echo "extension=gd.so" >> `php -r "echo ini_get('extension_dir');"`/php.ini

# log number of installed platform packages
mmeasure "platform.count" $(composer show -d "$build_dir/.heroku/php" --installed "heroku-sys/*" 2> /dev/null | wc -l)

Expand Down

0 comments on commit 94ef463

Please sign in to comment.