Graphics Libraries – PHP 5.3.6
I wanted to update php to version 5.3.6 from 5.3.2 to cover some security issues. I also wanted to include the GD graphics library functions in this version of php. This will allow image manipulation by script, something that will allow for more dynamic, visual customization.
This is what got installed/updated:
jpeg8
libpng 1.2.44
libxml 2.7.8
freetype 2.4.4
php 5.3.6
So… […]