4.3.2 and GD

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

4.3.2 and GD

Post by Sevengraff »

http://www.php.net/ChangeLog-4.php wrote:Syncronized bundled GD library with GD 2.0.12. (Ilia)
Removed support for GDLIB version 1.x.x (php_gd.dll) on Windows. (Edin)
So does this mean that there is no more GD in the windows version of PHP, or is there only GD version 2?
User avatar
phpScott
DevNet Resident
Posts: 1206
Joined: Wed Oct 09, 2002 6:51 pm
Location: Keele, U.K.

support for gd2

Post by phpScott »

in php 4.3.1 there is support for the gd libraries but it is the gd2 library.
The biggest change that I am aware of is that support for .gif files is no longer there.

Something about copyrights on the compression techniques, lawsuits and other such nasty stuff.

phpScott
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

ok, they are just moving onto GD2.
Post Reply