I installed and configured pngbehave as the procedure says, but looking at the html code of the generated page I couldn't see the drupal_add_html_head() content, i.e. no markup in the and no png transparency.
Digging into Drupal APIs (http://api.drupal.org/api/drupal/includes--common.inc/function/drupal_ad...), I accordingly changed the code and it now works flawlessly with PHP 5.2.17. See the attached patch.

Comments

hermes14’s picture

StatusFileSize
new1.57 KB

I purged the patch in the previous post from the error_reporting code... The rest is unchanged.

mrjeeves’s picture

Version: 7.x-1.8 » 7.x-1.9
Assigned: Unassigned » mrjeeves

Thank you, commited to new 7.x-1.9 tag for a quick release.

mrjeeves’s picture

Status: Needs review » Closed (fixed)

as far as i can see, this is now resolved.