Beside the champagne throwing release of PHP 5.0, the version 4.3.8 has been released. It's strongly recommended to upgrade to this version, regarding security issues.
Sadly this does not implement GIF creation support. I know (very well) that GIF is not a great format, but there are still people out there who are forced (e.g. by management) to use pretty outdated browsers, which do not support PNG or (not so outdated browsers) which still do not support transparency in PNG.
The GD lib people heavily deny to integrate GIF support again, so the outlook for getting a PHP version which actually supports the creation of GIF seems nearly hopeless... :( Poor souls working under the stated conditions...
If you liked this blog post or learned something, please consider using flattr to contribute back: .
PHP does not use the "official" GD library anymore, but is maintaining a forked version instead. Thus it is very likely that full GIF support will be added in the next releases of both PHP 4 and 5.
Link to commentFields with bold names are mandatory.
PHP 4.3.8 released!
Version 4.3.8 of PHP has been released. This has release has been made in response to several security issues that has been discovered since the 4.3.7 release of PHP. All users of PHP are strongly encouraged to upgrade to...