Monica has a webpage that uses php to draw an image. After the hep upgrade, it stopped working. Turns out I needed to install the php-gd package which adds support for the gd graphics library to PHP.

Be sure to restart httpd after adding the package.