Archive for June, 2007
What the ????? upgrade to php 5.1 and I get broken PNG… gd-png: fatal libpng error: zlib error in
So I did an upgrade from php 4.2.2 to 5.1.something… and now my PNG that are dynamically created on the fly are all broken… I found the solution.
After looking in the error logs for apache and finding the following
gd-png: fatal libpng error: zlib error in
I went and check the manual for imagepng. […]
Posted: June 25th, 2007 under PHP, Apache.
Comments: none
Upgrading PHP in cpanel from version 4 to 5
One thing to be aware of when doing the upgrade of cpanel via the WHM control panel, is that when you select your new version for the apache build, it unselects the check box for including PHP in the build. When the Build is complete running, you will have a PHP dead version of […]
Posted: June 16th, 2007 under PHP, Linux, MYSQL, WHM/cPanel, Apache.
Comments: none